Wooga.Lambda


HttpHeaders

Namespace: Wooga.Lambda.Network

Static members

Static memberDescription
HeaderWithKey(xs, k)
Signature: (xs:ImmutableList<HttpHeader> * k:string) -> Maybe<HttpHeader>
ToDictionary(xs)
Signature: xs:ImmutableList<HttpHeader> -> Dictionary<string,string>
ToHttpHeaders(xs)
Signature: xs:Dictionary<string,string> -> ImmutableList<HttpHeader>
Unique(xs)
Signature: xs:ImmutableList<HttpHeader> -> ImmutableList<HttpHeader>
Fork me on GitHub