[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/guzzlehttp/guzzle/src/Message/ -> Response.php (summary)

(no description)

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

Defines 1 class

Response:: (10 methods):
  __construct()
  getStatusCode()
  setStatusCode()
  getReasonPhrase()
  setReasonPhrase()
  json()
  xml()
  getEffectiveUrl()
  setEffectiveUrl()
  handleOptions()


Class: Response  - X-Ref

Guzzle HTTP response object

__construct($statusCode,array $headers = [],StreamInterface $body = null,array $options = [])   X-Ref

param: int|string      $statusCode The response status code (e.g. 200)
param: array           $headers    The response headers
param: StreamInterface $body       The body of the response
param: array           $options    Response message options

getStatusCode()   X-Ref
No description

setStatusCode($code)   X-Ref
No description

getReasonPhrase()   X-Ref
No description

setReasonPhrase($phrase)   X-Ref
No description

json(array $config = [])   X-Ref
No description

xml(array $config = [])   X-Ref
No description

getEffectiveUrl()   X-Ref
No description

setEffectiveUrl($url)   X-Ref
No description

handleOptions(array &$options = [])   X-Ref
Accepts and modifies the options provided to the response in the
constructor.

param: array $options Options array passed by reference.



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