You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2025. It is now read-only.
There is a TODO to properly fill in the error enum since there's nothing we can simply point to in the HTTP Semantics spec like we do for pretty much the rest of wasi:http/types. At the moment it's just a totally ad hoc collection of cases, which doesn't feel great. @acfoltzer pointed out that the Error Types section of RFC 9209 could be a useful implementation-neutral standards basis for defining the error cases, so I'd like to consider doing that or hear if anyone else has any better ideas.