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 3020f13 commit 25ba0e0Copy full SHA for 25ba0e0
wit/types.wit
@@ -308,9 +308,9 @@ interface types {
308
headers: func() -> headers;
309
}
310
311
- /// Parameters for making an HTTP Request. Each of these parameters is an
312
- /// optional timeout, with the unit in milliseconds, applicable to the
313
- /// transport layer of the HTTP protocol.
+ /// Parameters for making an HTTP Request. Each of these parameters is
+ /// currently an optional timeout applicable to the transport layer of the
+ /// HTTP protocol.
314
///
315
/// These timeouts are separate from any the user may use to bound a
316
/// blocking call to `wasi:io/poll.poll`.
0 commit comments