PHP Icicle\Http\Message Namespace

Nested Namespaces

Icicle\Http\Message\Cookie

Interfaces

Name Description
Message HTTP message interface based on PSR-7, modified to use coroutine-based streams.
Request
Response
Uri Interface for URIs based on PSR-7 specification, adding methods for easier manipulation of query parameters and getPort() always returns an integer as long as a scheme or port is set.

Classes

Name Description
BasicRequest
BasicResponse
BasicUri Uri implementation loosely based on PSR-7.