You are here

namespace Psr\Http\Message in Zircon Profile 8

Same name in other branches
  1. 8.0 Psr\Http\Message
Classsort descending Location Description
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.
RequestInterface vendor/psr/http-message/src/RequestInterface.php Representation of an outgoing, client-side request.
ResponseInterface vendor/psr/http-message/src/ResponseInterface.php Representation of an outgoing, server-side response.
ServerRequestInterface vendor/psr/http-message/src/ServerRequestInterface.php Representation of an incoming, server-side HTTP request.
StreamInterface vendor/psr/http-message/src/StreamInterface.php Describes a data stream.
UploadedFileInterface vendor/psr/http-message/src/UploadedFileInterface.php Value object representing a file uploaded through an HTTP request.
UriInterface vendor/psr/http-message/src/UriInterface.php Value object representing a URI.