Skip to main content

Module version

Module version 

Source
Expand description

HTTP version matching predicates.

Provides HttpVersion predicate and Operation for matching HTTP protocol versions (HTTP/1.0, HTTP/1.1, HTTP/2, HTTP/3).

Structs§

HttpVersion
A predicate that matches subjects by HTTP protocol version.

Enums§

Operation
Operations for matching HTTP versions.

Traits§

HasVersion
Trait for types that provide access to the HTTP protocol version.
VersionPredicate
Extension trait for adding version matching to a predicate chain.