Class JGithubHttp

Description

HTTP client class for connecting to a GitHub instance.

  • since: 11.3

Located in /libraries/joomla/github/http.php (line 19)

JHttp
   |
   --JGithubHttp
Class Constant Summary
Method Summary
 JGithubHttp __construct ([JRegistry $options = null], [JHttpTransport $transport = null])
Variables

Inherited Variables

Inherited from JHttp

JHttp::$options
JHttp::$transport
Methods
Constructor __construct (line 47)

Constructor.

  • since: 11.3
  • access: public
JGithubHttp __construct ([JRegistry $options = null], [JHttpTransport $transport = null])

Redefinition of:
JHttp::__construct()
Constructor.

Inherited Methods

Inherited From JHttp

 JHttp::__construct()
 JHttp::delete()
 JHttp::get()
 JHttp::getOption()
 JHttp::head()
 JHttp::options()
 JHttp::patch()
 JHttp::post()
 JHttp::put()
 JHttp::setOption()
 JHttp::trace()
Class Constants
AUTHENTICATION_BASIC = 1 (line 31)
  • since: 11.3
AUTHENTICATION_NONE = 0 (line 25)
  • since: 11.3
AUTHENTICATION_OAUTH = 2 (line 37)
  • since: 11.3

Documentation generated on Tue, 19 Nov 2013 15:04:55 +0100 by phpDocumentor 1.4.3