API17

JHttp

From Joomla! Documentation

Revision as of 18:05, 27 April 2011 by Doxiki2 (talk | contribs) (Updated to r1448:247ba8d88526)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JHttp[edit]

Description[edit]

Template:Description:JHttp [Edit Descripton]

Methods[edit]

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[edit]

jimport( 'joomla.client.http' );

See also[edit]

Template:SeeAlso:JHttp [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />