API17:JHttp
From Joomla! Documentation
(Difference between revisions)
(Updated to r1448:247ba8d88526) |
m (→User contributed notes: bad link repair) |
||
| Line 68: | Line 68: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JHttp]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JHttp]]</noinclude> |
Revision as of 13:53, 29 August 2012
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JHttp
Description
Description:JHttp [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
| public | __destruct | Destructor. |
| public | get | Method to send the GET command to the server. |
| public | head | Method to send the HEAD command to the server. |
| public | post | Method to send the POST command to the server. |
| protected | _connect | Method to connect to a server and get the resource. |
| protected | _getResponseObject | Method to get a response object from a server response. |
| protected | _sendRequest | Send a command to the server and validate an expected response. |
- Defined in libraries/joomla/client/http.php
Importing
jimport( 'joomla.client.http' );
See also
-
JHttp source code on BitBucket
-
Subpackage Client
- Other versions of JHttp
User contributed notes
<CodeExamplesForm />
