-
API to model HTTP content negotiation using Accept-* request headers.
The DataChunk represents a part of the HTTP body content.
Provides access to any form parameters present in the request entity.
A
Map-based
Headers implementation with case-insensitive keys and immutable
List of values that
needs to be copied on each write.
A
Map-based
Parameters implementation with keys and immutable
List of values that needs to be copied
on each write.
Extends
Parameters interface by adding methods convenient for HTTP headers.
Enumeration of all standard HTTP
methods.
Interface representing an HTTP request method, all standard methods are in
Http.Method enumeration.
Base interface for status codes used in HTTP responses.
An enumeration representing the class of status code.
Enumeration of supported HTTP protocol versions.
Represents requested normalised URI path.
An abstraction for a media type.
A fluent API builder to create instances of
MediaType.
Parameters represents key : value pairs where key is a String with potentially multiple values.
An immutable implementation of
Headers.
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.
io.helidon.media.common.MessageBodyReaderinstead