HTTP Client
Make HTTP requests with a simple HTTP client
Security and Resource Management
Call
_, err := wapc.HostCall("tarmac", "httpclient", "call", HTTPClientJSON)Interface Details
Namespace
Capability
Function
Input
Output
Example JSON
HTTPClient
{
"method": "POST",
"headers": {
"content-type": "application/json"
},
"insecure": true,
"url": "http://example.com",
"body": "ewoJIm1lIjogewoJCSJ0ZWFwb3QiOiB0cnVlCgl9Cn0="
}HTTPClientResponse
Response Body Size Limiting
Last updated
Was this helpful?