[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

(no description)

File Size: 27 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 = [],$method = 'POST')   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: mixed        $requestBody
param: string       $method
return: string



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1