vertx / io.vertx.ext.web

Package io.vertx.ext.web

Types

Cookie

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)

FileUpload

interface FileUpload

Represents a file-upload from an HTTP multipart form submission.

ParsedHeaderValue

interface ParsedHeaderValue

ParsedHeaderValues

interface ParsedHeaderValues

A container with the request's headers that are meaningful enough to be parsed Contains:

  • Accept -> MIME header, parameters and sortable
  • Accept-Charset -> Parameters and sortable
  • Accept-Encoding -> Parameters and sortable
  • Accept-Language -> Parameters and sortable
  • Content-Type -> MIME header and parameters