[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/laminas/laminas-diactoros/src/ -> Request.php (summary)

(no description)

Copyright: https://github.com/laminas/laminas-diactoros/blob/master/COPYRIGHT.md
License: https://github.com/laminas/laminas-diactoros/blob/master/LICENSE.md New BSD License
File Size: 76 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Request:: (3 methods):
  __construct()
  getHeaders()
  getHeader()


Class: Request  - X-Ref

HTTP Request encapsulation

Requests are considered immutable; all methods that might change state are
implemented such that they retain the internal state of the current
message and return a new instance that contains the changed state.
__construct($uri = null, string $method = null, $body = 'php:)   X-Ref

param: null|string|UriInterface $uri URI for the request, if any.
param: null|string $method HTTP method for the request, if any.
param: string|resource|StreamInterface $body Message body, if any.
param: array $headers Headers for the message, if any.

getHeaders()   X-Ref
{@inheritdoc}


getHeader($header)   X-Ref
{@inheritdoc}




Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer