Skip to content

Instantly share code, notes, and snippets.

@dicej
Created March 19, 2025 16:21
Show Gist options
  • Save dicej/ab9f9bbe68d360bb4c4a18535fac476c to your computer and use it in GitHub Desktop.
Save dicej/ab9f9bbe68d360bb4c4a18535fac476c to your computer and use it in GitHub Desktop.
wasi-http errors
/// `request-write-result` will produce an error if the _caller_ has trouble writing
/// the request body or trailers.
///
/// The returned `future` will produce an error if the _callee_ has trouble writing
/// the response body or trailers.
handle: func(request: request, request-write-result: future<result<_, error-code>>)
-> result<tuple<response, future<result<_, error-code>>>, error-code>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment