Overview

Namespaces

  • Evenement
  • None
  • PHP
  • Psr
    • Http
      • Message
  • Ratchet
    • Http
    • RFC6455
      • Handshake
      • Messaging
    • Server
    • Session
      • Serialize
      • Storage
        • Proxy
    • Wamp
    • WebSocket
  • React
    • EventLoop
      • Tick
      • Timer
    • Socket
    • Stream
  • Symfony
    • Component
      • HttpFoundation
        • Session
          • Attribute
          • Flash
          • Storage
            • Handler
            • Proxy
      • Routing
        • Annotation
        • Exception
        • Generator
          • Dumper
        • Loader
          • DependencyInjection
        • Matcher
          • Dumper
        • Tests
          • Annotation
          • Fixtures
            • AnnotatedClasses
            • OtherAnnotatedClasses
          • Generator
            • Dumper
          • Loader
          • Matcher
            • Dumper

Interfaces

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

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.
Ratchet API documentation generated by ApiGen 2.8.0