header_map
Module: header_map
Section titled “Module: header_map”Contents
Section titled “Contents”Structs
HeaderMap- A wrapped version ofhttp::HeaderMapthat allows (de)serialization
Constants
firma_http::header_map::FIRMA_SESSION_ID_HEADER_NAME
Section titled “firma_http::header_map::FIRMA_SESSION_ID_HEADER_NAME”Constant: &str
firma_http::header_map::HeaderMap
Section titled “firma_http::header_map::HeaderMap”Struct
A wrapped version of http::HeaderMap that allows (de)serialization
Tuple Struct: (http::HeaderMap)
Methods:
fn new() -> Selffn get_firma_session_id(self: &Self) -> Result<Option<&str>, ToStrError>- Returns firma session id header value
Traits: Eq
Trait Implementations:
- Borrow
fn borrow(self: &Self) -> &http::HeaderMap
- Default
fn default() -> Self
- From
fn from(value: I) -> Self
- PartialEq
fn eq(self: &Self, other: &HeaderMap) -> bool
- FromIterator
fn from_iter<T>(iter: T) -> Self
- Clone
fn clone(self: &Self) -> HeaderMap
- Debug
fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result
- Deserialize
fn deserialize<D>(deserializer: D) -> Result<Self, <D as >::Error>
- Serialize
fn serialize<S>(self: &Self, serializer: S) -> Result<<S as >::Ok, <S as >::Error>
- DerefMut
fn deref_mut(self: & mut Self) -> & mut http::HeaderMap
- Deref
fn deref(self: &Self) -> &<Self as >::Target