Package-level declarations

Package for HTTP related stuff.

Types

Link copied to clipboard
sealed class HeaderName

An HTTP header, as defined in the RFC 7231.

Link copied to clipboard
sealed class MediaType

An HTTP media type, as defined in the RFC 7231.

Link copied to clipboard
sealed class Method

An HTTP request method, as defined in the RFC 7231.

Link copied to clipboard

A request HTTP header, as defined in the RFC 7231.

Link copied to clipboard

A request HTTP headers, as defined in the RFC 7231.

Link copied to clipboard

A response HTTP header, as defined in the RFC 7231.

Link copied to clipboard

A response HTTP headers, as defined in the RFC 7231.

Link copied to clipboard
sealed class StatusCode

An HTTP response status code, as defined in the RFC 7231.

Functions

Link copied to clipboard

Create a Method from a String.