http
Table of Contents
Namespaces
- headers
Classes
- AuthScheme
- Enumeration of standardized HTTP authentication schemes.
- CacheControlDirective
- Enumeration of `Cache-Control` header directives (RFC 9111).
- Charset
- Enumeration of character set (charset) names.
- ContentDisposition
- Enumeration of `Content-Disposition` disposition types.
- ContentEncoding
- Enumeration of HTTP content codings.
- CookieSameSite
- Enumeration of `SameSite` cookie attribute values.
- GuzzleOption
- Enumeration of Guzzle HTTP client request options.
- HttpHeader
- Enumeration of standard HTTP header names (request and response).
- HttpMethod
- Defines constants for common HTTP request methods.
- HttpParamStrategy
- Defines the strategy used to retrieve parameters from an HTTP request.
- HttpProtocolVersion
- Enumeration of HTTP protocol version identifiers.
- HttpStatusCode
- Enumeration of standard HTTP status codes.
- MediaType
- Enumeration of commonly used IANA media types (MIME types).
- OAuthParameters
- Standard OAuth 1.0a parameter keys.
- OAuthSignatureMethod
- Enumeration of OAuth 1.0a signature methods.
- RequestAttribute
- Conventional PSR-7 request attribute names shared across packages.
- UriScheme
- Enumeration of common URI schemes (the part before `://`).
- UrlComponent
- Component keys of the associative array returned by PHP's
`parse_url()` (and consumed when reassembling a URL).