OBSOLETE
FAKE0001 Use the Fake.Net.Http module instead
REST
Contains functions to execute typical HTTP/REST calls.
Nested types and modules
Type | Description |
PostMethod |
OBSOLETEFAKE0001 Use the Fake.Net.Http module instead Option type for the HTTP verb |
Functions and values
Function or value | Description |
ExecuteGetCommand userName password url
Signature: userName:string -> password:string -> url:string -> string
Attributes: [<Obsolete("FAKE0001 Use the Fake.Net.Http module instead")>] |
OBSOLETEFAKE0001 Use the Fake.Net.Http module instead Executes an HTTP GET command and retrives the information. It returns the response of the request, or null if we got 404 or nothing. Parameters
|
ExecutePost url userName password data
Signature: url:string -> userName:string -> password:string -> data:string -> string
Attributes: [<Obsolete("FAKE0001 Use the Fake.Net.Http module instead")>] |
OBSOLETEFAKE0001 Use the Fake.Net.Http module instead Executes an HTTP POST command and retrives the information. It returns the response of the request, or null if we got 404 or nothing. Parameters
|
ExecutePostCommand(...)
Signature: headerF:(WebHeaderCollection -> unit) -> url:string -> userName:string -> password:string -> data:string -> string
Attributes: [<Obsolete("FAKE0001 Use the Fake.Net.Http module instead")>] |
OBSOLETEFAKE0001 Use the Fake.Net.Http module instead Executes an HTTP POST command and retrives the information. Parameters
|