open class 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) NOTE: This class has been automatically generated from the io.vertx.ext.web.Cookie non RX-ified interface using Vert.x codegen. |
|
open class FileUpload
Represents a file-upload from an HTTP multipart form submission. NOTE: This class has been automatically generated from the io.vertx.ext.web.FileUpload non RX-ified interface using Vert.x codegen. |
|
open class Locale
NOTE: This class has been automatically generated from the io.vertx.ext.web.Locale non RX-ified interface using Vert.x codegen. |
|
interface ParsedHeaderValue |
|
open class ParsedHeaderValues
A container with the request's headers that are meaningful enough to be parsed Contains:
|