We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce36dac commit d2a63e1Copy full SHA for d2a63e1
wit-0.3.0-draft/types.wit
@@ -1,7 +1,7 @@
1
/// This interface defines all of the types and methods for implementing HTTP
2
/// Requests and Responses, as well as their headers, trailers, and bodies.
3
interface types {
4
- use wasi:clocks/monotonic-clock@0.3.0-rc-2025-09-16.{duration};
+ use wasi:clocks/types@0.3.0-rc-2025-09-16.{duration};
5
6
/// This type corresponds to HTTP standard Methods.
7
variant method {
0 commit comments