JHttp
class JHttp
Located at : UKNOWVA_ROOT/libraries/joomla/client/http.php
HTTP client class.
Methods
void
__construct(array $options = array())
Constructor.
void
__destruct()
Destructor.
boolean
head(string $url)
Method to send the HEAD command to the server.
boolean
get(string $url)
Method to send the GET command to the server.
boolean
post(string $url, array $data)
Method to send the POST command to the server.
Details
at line 56
void
__construct(array $options = array())
Constructor.
at line 71
void
__destruct()
Destructor.
at line 90
boolean
head(string $url)
Method to send the HEAD command to the server.
at line 120
boolean
get(string $url)
Method to send the GET command to the server.
at line 151
boolean
post(string $url, array $data)
Method to send the POST command to the server.