[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/ -> ClientInterface.php (summary)

(no description)

File Size: 32 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ClientInterface:: (1 method):
  retrieveResponse()


Interface: ClientInterface  - X-Ref

Any HTTP clients to be used with the library should implement this interface.

retrieveResponse(UriInterface $endpoint,$requestBody,array $extraHeaders = array()   X-Ref
Any implementing HTTP providers should send a request to the provided endpoint with the parameters.
They should return, in string form, the response body and throw an exception on error.

param: UriInterface $endpoint
param: mixed        $requestBody
param: array        $extraHeaders
param: string       $method
return: string



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1