-
Mutable headers of a client request.
HTTP Headers of a client response.
A generic representation of the Content-Disposition header.
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.
Response to correctly reply to the original client.
Interface representing an HTTP request method, all standard methods are in
Http.Method
enumeration.
An enumeration representing the class of status code.
Enumeration of supported HTTP protocol versions.
Runtime exception for applications.
A prologue of an HTTP protocol.
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.
HTTP headers of a server request.
Mutable headers of a server response.
Represents
'Set-Cookie' header value specified by
RFC6265.
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.
HTTP Headers that are mutable.