interface Cookie
Represents an HTTP Cookie. All cookies must have a name and a value and can optionally have other fields set such as path, domain, etc. (Derived from io.netty.handler.codec.http.Cookie) |
|
interface FileUpload
Represents a file-upload from an HTTP multipart form submission. |
|
interface ParsedHeaderValue |
|
interface ParsedHeaderValues
A container with the request's headers that are meaningful enough to be parsed Contains:
|