[][src]Module vicuna::middleware

Handler middleware type and trait.

Functions

body

Alters the body of the response.

header

Adds the given header name and value to the response.

status

Alters the status code of the response.

Type Definitions

Middleware

Middleware type alias.