Overview

Namespaces

  • Docta
    • MercadoLibre
      • OAuth2
        • Client
  • GuzzleHttp
    • Cookie
    • Exception
    • Handler
    • Promise
    • Psr7
  • League
    • OAuth2
      • Client
        • Grant
          • Exception
        • Provider
          • Exception
        • Token
        • Tool
  • Psr
    • Http
      • Message

Interfaces

  • MessageInterface
  • RequestInterface
  • ResponseInterface
  • ServerRequestInterface
  • StreamInterface
  • UploadedFileInterface
  • UriInterface
  • Overview
  • Namespace
  • Class
  • Download

Namespace Psr\Http\Message

Interfaces summary
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.
MercadoLibre Provider for OAuth 2.0 Client API documentation generated by ApiGen