pub struct CryptoKeyHeader {
sections: Vec<HashMap<String, String>>,
}Expand description
Parses the Crypto-Key header (and similar headers) described by
http://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-00#section-4
Fields§
§sections: Vec<HashMap<String, String>>The sections (comma separated) and their items (key-value semicolon separated)
Implementations§
Auto Trait Implementations§
impl Freeze for CryptoKeyHeader
impl RefUnwindSafe for CryptoKeyHeader
impl Send for CryptoKeyHeader
impl Sync for CryptoKeyHeader
impl Unpin for CryptoKeyHeader
impl UnwindSafe for CryptoKeyHeader
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more