Trait HeaderAsciiKeyT

Source
pub trait HeaderAsciiKeyT: HeaderKeyT { }
Expand description

Trait helper for managing HTTP header keys.

Marker trait for binary keys.

Implementations on Foreign Types§

Source§

impl HeaderAsciiKeyT for &'static str

Source§

impl HeaderAsciiKeyT for HeaderName

Implementors§