Package io.vertx.ext.web
package io.vertx.ext.web
-
ClassDescriptionWhat kind of forward header parsing are we allowing.Represents a file-upload from an HTTP multipart form submission.Converter and mapper for
Http2PushMapping.A parsed language header.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 parametersA route is a holder for a set of criteria which determine whether an HTTP request or failure should be routed to a handler.A router receives request from anHttpServerand routes it to the first matchingRoutethat it contains.Represents the context for the handling of a request in Vert.x-Web.Represents a browser session.A web user is extended user coupled to the context and is used to perform verifications and actions on behalf of the user.Extends to access the routing context associated with the request.