doPost

Do some posting, filter for some headerkey

string
doPost
(
string url
,
char[] postBody
,
HTTP.StatusLine* status
,
string[string]* rheaders
,
string* nonce
)

Parameters

url string

url to pst to

postBody char[]

data to post

status HTTP.StatusLine*

storage for a HTTP.StatusLine

rheaders string[string]*

responseheader to return

nonce string*

pointer to nonce string, so that we can update it.

Return Value

Type: string

the received payload of the POST operation

Meta