message
Interfaces, Classes, Traits and Enums
- messageInterface
 - HTTP messages consist of requests from a client to a server and responses from a server to a client. This interface defines the methods common to each.
 - requestInterface
 - Representation of an outgoing, client-side request.
 - responseInterface
 - Representation of an outgoing, server-side response.
 - serverRequestInterface
 - Representation of an incoming, server-side HTTP request.
 - streamInterface
 - Describes a data stream.
 - uploadedFileInterface
 - Value object representing a file uploaded through an HTTP request.
 - uriInterface
 - Value object representing a URI.