Module http
Expand description
Types and functions for making HTTP requests
Structs§
- A HttpResponse is used to wrap the memory returned by
extism_pdk::http::request
Functions§
- Execute
HttpRequest
, ifbody
is notNone
then it will be sent as the request body.