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§
- Http
Version - 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.
- Version
Predicate - Extension trait for adding version matching to a predicate chain.