PHP Ergo\Http Namespace

Nested Namespaces

Ergo\Http\Error

Interfaces

Name Description
ClientFilter Filters an Http connection

Classes

Name Description
Client A simple HTTP client
ClientTest
Error
HeaderCaseNormalizer Normalizes the capitalization of HTTP header names e.g. Content-Type.
HeaderCollection A collection of HTTP headers
HeaderField An HTTP header belonging to a Request or a Response.
NullRequest An HTTP request created without an actual request.
QueryString Represents the query string portion of a url
Request An HTTP request.
RequestFactory Creates a Request from environment data.
Response An HTTP response.
ResponseBody The body of an HTTP response.
ResponseBuilder Builds up data for, and then creates, a Response
ResponseSender Sends an HTTP response using PHP methods.
Status An HTTP status, with a code and a message.
Transport
TransportTest
Url Encapsulates an HTTP or HTTPS URL parsed from a string.