Module extism_pdk::http

source ·
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, if body is not None then it will be sent as the request body.