# Functions
Delete creates a DELETE request.
Get creates a GET request.
HTTP runs creates a request for an http call.
Patch creates a PATCH request.
PatchJSON creates a PATCH request with a json encoded body.
Post creates a POST request.
PostJSON returns a POST request with a json encoded body.
Put creates a PUT request.
PutJSON creates a PUT request with a json encoded body.