# Functions
DoHttp send http request and return: status_code and byte content if jsonBody is empty, input jsonBodyStr = "".
DoHttpV send http request and parse whole response into value `V`
Useful to parse JsonResult
*/.
DoHttpEx send http request and parse payload (extract `RawResponse.Data`)
Useful to parse business object inside response, see `TestDoHttpEx`
*/.
No description provided by the author
No description provided by the author
No description provided by the author