All Classes and Interfaces

Class
Description
A runtime exception indicating a bad request.
Mutable headers of a client request.
HTTP Headers of a client response.
A generic representation of the Content-Disposition header.
Fluent API builder for ContentDisposition.
The DataChunk represents a part of the HTTP body content.
A handler that is invoked when a response is sent outside of routing.
Types of events that can be triggered outside of router that immediately return a response.
Request information.
Response to correctly reply to the original client.
Fluent API builder for DirectHandler.TransportResponse.
A runtime exception indicating a forbidden.
View of HTTP Headers.
HTML encoding of special characters to prevent cross site scripting (XSS) attacks.
HTTP protocol related constants and utilities.
Support for HTTP date formats based on RFC2616.
Utility class with a list of names of standard HTTP headers and related tooling methods.
HTTP header name.
HTTP Header with Http.HeaderName and value.
Values of commonly used headers.
Mutable header value.
Interface representing an HTTP request method, all standard methods are in Http.Method enumeration.
HTTP Method predicate.
Commonly used status codes defined by HTTP, see HTTP/1.1 documentation for the complete list.
An enumeration representing the class of status code.
Enumeration of supported HTTP protocol versions.
Used by both HTTP server and client to parse headers from DataReader.
Runtime exception for applications.
Media type used in HTTP headers, in addition to the media type definition, these may contain additional parameters, such as HttpMediaType.QUALITY_FACTOR_PARAMETER and HttpMediaType.CHARSET_PARAMETER.
Fluent API builder for HttpMediaType.
A prologue of an HTTP protocol.
HTTP Token utility.
A runtime exception indicating a internal server error.
A runtime exception indicating a not found.
Matches HTTP path against configured path of a route.
Utility methods to create path matchers.
Path matching result.
Path matching result.
Exception that will be handled by DirectHandler, unless server request and server response are already available, in which case it would be handled by appropriate error handler of routing.
Fluent API builder for RequestException.
Abstraction of HTTP path supporting routing parameters.
HTTP headers of a server request.
Mutable headers of a server response.
Represents 'Set-Cookie' header value specified by RFC6265.
A fluent API builder for SetCookie.
The SameSite attribute of the Set-Cookie HTTP response header allows you to declare if your cookie should be restricted to a first-party or same-site context.
A runtime exception indicating a unauthorized.
HTTP Headers that are mutable.