Created
March 19, 2025 16:21
-
-
Save dicej/ab9f9bbe68d360bb4c4a18535fac476c to your computer and use it in GitHub Desktop.
wasi-http errors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// `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