Name |
Description |
AbstractSerializer |
Provides base functionality for request and response de/serialization
strategies, including functionality for retrieving a line at a time from
the message, splitting headers from the body, and serializing headers. |
CallbackStream |
Implementation of PSR HTTP streams |
HeaderSecurity |
Provide security tools around HTTP headers to prevent common injection vectors. |
PhpInputStream |
Caching version of php://input |
RelativeStream |
Class RelativeStream |
Request |
HTTP Request encapsulation |
Response |
HTTP response encapsulation. |
Server |
"Serve" incoming HTTP requests |
ServerRequest |
Server-side HTTP request |
ServerRequestFactory |
Class for marshaling a request object from the current PHP environment. |
Stream |
Implementation of PSR HTTP streams |
UploadedFile |
|
Uri |
Implementation of Psr\Http\UriInterface. |