Enum async_fcgi::client::connection::MultiHeaderStrategy
source · pub enum MultiHeaderStrategy {
Combine,
OnlyFirst,
OnlyLast,
}
Expand description
Specifies how to handle multiple HTTP Headers
Variants§
Combine
RFC 3875: Combine then by joining them separated by ,
OnlyFirst
Only forward the first occurrence
OnlyLast
Only forward the last occurrence
Trait Implementations§
source§impl Clone for MultiHeaderStrategy
impl Clone for MultiHeaderStrategy
source§fn clone(&self) -> MultiHeaderStrategy
fn clone(&self) -> MultiHeaderStrategy
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more