From 98972770ea4e1fedf2c76fac7b501a0156a5a311 Mon Sep 17 00:00:00 2001
From: Lann Martin
Date: Fri, 10 Oct 2025 16:50:51 -0400
Subject: [PATCH] Regenerate markdown
---
imports.md | 48 ++++++++++++++++++++++++------------------------
proxy.md | 54 +++++++++++++++++++++++++++---------------------------
2 files changed, 51 insertions(+), 51 deletions(-)
diff --git a/imports.md b/imports.md
index 9fbc19d..7926bb3 100644
--- a/imports.md
+++ b/imports.md
@@ -83,8 +83,8 @@ successive reads of the clock will produce non-decreasing values.
type pollable
pollable
-
type instant
-u64
+#### `type instant`
+`u64`
An instant in time, in nanoseconds. An instant is relative to an
unspecified initial value, and can only be compared to instances from
the same monotonic-clock.
@@ -251,10 +251,10 @@ when it does, they are expected to subsume this API.
type error
error
-
type pollable
-pollable
+#### `type pollable`
+[`pollable`](#pollable)
-
variant stream-error
+#### `variant stream-error`
An error for input-stream and output-stream operations.
Variant Cases
@@ -549,7 +549,7 @@ is ready for reading, before performing the splice.
type output-stream
output-stream
-
+----
Functions
get-stdout: func
Return values
@@ -562,7 +562,7 @@ is ready for reading, before performing the splice.
type output-stream
output-stream
-
+----
Functions
get-stderr: func
Return values
@@ -575,7 +575,7 @@ is ready for reading, before performing the splice.
type input-stream
input-stream
-
+----
Functions
get-stdin: func
Return values
@@ -591,19 +591,19 @@ their headers, trailers, and bodies.
type duration
duration
-
type input-stream
-input-stream
+#### `type input-stream`
+[`input-stream`](#input_stream)
-
type output-stream
-output-stream
+#### `type output-stream`
+[`output-stream`](#output_stream)
-
type io-error
-error
+#### `type io-error`
+[`error`](#error)
-
type pollable
-pollable
+#### `type pollable`
+[`pollable`](#pollable)
-
variant method
+#### `variant method`
This type corresponds to HTTP standard Methods.
Variant Cases
@@ -1510,16 +1510,16 @@ imported by components which wish to make HTTP Requests.
type outgoing-request
outgoing-request
-
type request-options
-request-options
+#### `type request-options`
+[`request-options`](#request_options)
-
type future-incoming-response
-future-incoming-response
+#### `type future-incoming-response`
+[`future-incoming-response`](#future_incoming_response)
-
type error-code
-error-code
+#### `type error-code`
+[`error-code`](#error_code)
-
+----
Functions
handle: func
This function is invoked with an outgoing HTTP Request, and it returns
diff --git a/proxy.md b/proxy.md
index 019f84a..ad6baf8 100644
--- a/proxy.md
+++ b/proxy.md
@@ -90,8 +90,8 @@ successive reads of the clock will produce non-decreasing values.
type pollable
pollable
-
type instant
-u64
+#### `type instant`
+`u64`
An instant in time, in nanoseconds. An instant is relative to an
unspecified initial value, and can only be compared to instances from
the same monotonic-clock.
@@ -258,10 +258,10 @@ when it does, they are expected to subsume this API.
type error
error
-
type pollable
-pollable
+#### `type pollable`
+[`pollable`](#pollable)
-
variant stream-error
+#### `variant stream-error`
An error for input-stream and output-stream operations.
Variant Cases
@@ -556,7 +556,7 @@ is ready for reading, before performing the splice.
type output-stream
output-stream
-
+----
Functions
get-stdout: func
Return values
@@ -569,7 +569,7 @@ is ready for reading, before performing the splice.
type output-stream
output-stream
-
+----
Functions
get-stderr: func
Return values
@@ -582,7 +582,7 @@ is ready for reading, before performing the splice.
type input-stream
input-stream
-
+----
Functions
get-stdin: func
Return values
@@ -598,19 +598,19 @@ their headers, trailers, and bodies.
type duration
duration
-
type input-stream
-input-stream
+#### `type input-stream`
+[`input-stream`](#input_stream)
-
type output-stream
-output-stream
+#### `type output-stream`
+[`output-stream`](#output_stream)
-
type io-error
-error
+#### `type io-error`
+[`error`](#error)
-
type pollable
-pollable
+#### `type pollable`
+[`pollable`](#pollable)
-
variant method
+#### `variant method`
This type corresponds to HTTP standard Methods.
Variant Cases
@@ -1517,16 +1517,16 @@ imported by components which wish to make HTTP Requests.
type outgoing-request
outgoing-request
-
type request-options
-request-options
+#### `type request-options`
+[`request-options`](#request_options)
-
type future-incoming-response
-future-incoming-response
+#### `type future-incoming-response`
+[`future-incoming-response`](#future_incoming_response)
-
type error-code
-error-code
+#### `type error-code`
+[`error-code`](#error_code)
-
+----
Functions
handle: func
This function is invoked with an outgoing HTTP Request, and it returns
@@ -1552,10 +1552,10 @@ through the future-incoming-response
type incoming-request
incoming-request
-
type response-outparam
-response-outparam
+#### `type response-outparam`
+[`response-outparam`](#response_outparam)
-
+----
Functions
handle: func
This function is invoked with an incoming HTTP Request, and a resource