[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

StreamClient:: (2 methods):
  retrieveResponse()
  generateStreamContext()


Class: StreamClient  - X-Ref

Client implementation for streams/file_get_contents

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

generateStreamContext($body, $headers, $method)   X-Ref
No description



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1