Premium Only
api.http
Get
url: string headers: table
url: string
headers: table
code: int body: string
Sends a GET request to an HTTP endpoint.
Post
body: string
Sends a POST request to an HTTP endpoint.
Put
url: string headers: table body: string
headers: table body: string
Sends a PUT request to an HTTP endpoint.
Delete
Sends a DELETE request to an HTTP endpoint.
Last updated 11 months ago