[][src]Module warp::filters::host

Host ("authority") filter

Structs

Authority

Represents the authority component of a URI.

Functions

exact

Creates a Filter that requires a specific authority (target server's host and port) in the request.

optional

Creates a Filter that looks for an authority (target server's host and port) in the request.