Interfaces | |
---|---|
MessageInterface | HTTP messages consist of requests from a client to a server and responses from a server to a client. This interface… |
RequestFactoryInterface | |
RequestInterface | Representation of an outgoing, client-side request. |
ResponseFactoryInterface | |
ResponseInterface | Representation of an outgoing, server-side response. |
ServerRequestFactoryInterface | |
ServerRequestInterface | Representation of an incoming, server-side HTTP request. |
StreamFactoryInterface | |
StreamInterface | Describes a data stream. |
UploadedFileFactoryInterface | |
UploadedFileInterface | Value object representing a file uploaded through an HTTP request. |
UriFactoryInterface | |
UriInterface | Value object representing a URI. |