Module viz::prelude::types[][src]

Expand description

Web Types

Structs

Cookie

Representation of an HTTP cookie.

CookieJar

A collection of cookies that tracks its modifications.

Cookies

Extract typed information from the request’s cookies

Form

Form Extractor

Json

Json Extractor

Keyprivate or signed

A cryptographic master key for use with Signed and/or Private jars.

MultipartLimits

Various limits on incoming data

Params

Extract typed information from the request’s path.

Payload

Payload Body

PrivateJarprivate

A child cookie jar that provides authenticated encryption for its cookies.

Query

Extract typed information from the request’s query

State

Application state.

Enums

CookiesError

Cookies Error

ParamsError

Params Error

PayloadError

Payload Error

Traits

PayloadDetect

Payload Content Type Detection

StateFactory

Application state factory.

Type Definitions

Multipart

Multipart Extractor