Expand description
Helpers for building Spin HTTP components.
These are convenience helpers, and the types in this module are
based on the http
crate.
Re-exports
pub use crate::outbound_http::send_request as send;
Functions
Helper function to return a 500 Internal Server Error response.
Helper function to return a 404 Not Found response.