vertx / io.vertx.reactivex.ext.web

Package io.vertx.reactivex.ext.web

Types

Cookie

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.

FileUpload

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.

Locale

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.

ParsedHeaderValue

interface ParsedHeaderValue

ParsedHeaderValues

open class 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
NOTE: This class has been automatically generated from the io.vertx.ext.web.ParsedHeaderValues non RX-ified interface using Vert.x codegen.