Skip to main content

Module http

Module http 

Source
Expand description

Make HTTP requests from inside your WASM handler.

Use this to call external APIs (Keycloak admin, third-party services, etc.) from your handler code.

Structs§

FetchResponse
Response from an HTTP request.

Functions§

delete
Make a DELETE request.
fetch
Make an HTTP request.
get
Make a GET request.
patch
Make a PATCH request with a body.
post
Make a POST request with a body.
put
Make a PUT request with a body.