namespace Psr\Http\Message
Object name | File name | Summary |
---|---|---|
MessageInterface | vendor/psr/http-message/src/MessageInterface.php | 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. |
RequestFactoryInterface | vendor/psr/http-factory/src/RequestFactoryInterface.php | |
RequestInterface | vendor/psr/http-message/src/RequestInterface.php | Representation of an outgoing, client-side request. |
ResponseFactoryInterface | vendor/psr/http-factory/src/ResponseFactoryInterface.php | |
ResponseInterface | vendor/psr/http-message/src/ResponseInterface.php | Representation of an outgoing, server-side response. |
ServerRequestFactoryInterface | vendor/psr/http-factory/src/ServerRequestFactoryInterface.php | |
ServerRequestInterface | vendor/psr/http-message/src/ServerRequestInterface.php | Representation of an incoming, server-side HTTP request. |
StreamFactoryInterface | vendor/psr/http-factory/src/StreamFactoryInterface.php | |
StreamInterface | vendor/psr/http-message/src/StreamInterface.php | Describes a data stream. |
UploadedFileFactoryInterface | vendor/psr/http-factory/src/UploadedFileFactoryInterface.php | |
UploadedFileInterface | vendor/psr/http-message/src/UploadedFileInterface.php | Value object representing a file uploaded through an HTTP request. |
UriFactoryInterface | vendor/psr/http-factory/src/UriFactoryInterface.php | |
UriInterface | vendor/psr/http-message/src/UriInterface.php | Value object representing a URI. |