Functions
| Function | Description |
|---|---|
http.get(url) | GET request, returns response body |
http.get(url, headers) | GET with custom headers |
http.post(url, body) | POST request with body |
http.post(url, body, headers) | POST with body and headers |
HTTP Client for GET/POST requests.
| Function | Description |
|---|---|
http.get(url) | GET request, returns response body |
http.get(url, headers) | GET with custom headers |
http.post(url, body) | POST request with body |
http.post(url, body, headers) | POST with body and headers |