Wooga.Lambda


HttpRequest

Namespace: Wooga.Lambda.Network

Constructors

ConstructorDescription
new(...)
Signature: (endpoint:Uri * httpMethod:HttpMethod * httpHeaders:ImmutableList<HttpHeader> * body:Maybe<ImmutableList<byte>>) -> unit

Static members

Static memberDescription
Basic(url, httpMethod)
Signature: (url:string * httpMethod:HttpMethod) -> HttpRequest
Fork me on GitHub