-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
The spec says:
/// Get the HTTP Related Scheme for the Request. When `none`, the
/// implementation may choose an appropriate default scheme.
get-scheme: func() -> option<scheme>;
/// Set the HTTP Related Scheme for the Request. When `none`, the
/// implementation may choose an appropriate default scheme. Fails if the
/// string given is not a syntactically valid uri scheme.
set-scheme: func(scheme: option<scheme>) -> result;
Searching for "HTTP Related Scheme" on the web just comes up with this repo. Should it be changed to "URI Scheme" and link to RFC 3986 §3.1 ?
pchickey
Metadata
Metadata
Assignees
Labels
No labels