Skip to content

Commit 1cfcc76

Browse files
author
Pat Hickey
committed
generate markdown
1 parent debe131 commit 1cfcc76

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

proxy.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@ outgoing HTTP requests.</p>
66
<ul>
77
<li>Imports:
88
<ul>
9-
<li>interface <a href="#wasi:random_random_0.2.0_rc_2023_11_10"><code>wasi:random/random@0.2.0-rc-2023-11-10</code></a></li>
10-
<li>interface <a href="#wasi:io_error_0.2.0_rc_2023_11_10"><code>wasi:io/error@0.2.0-rc-2023-11-10</code></a></li>
11-
<li>interface <a href="#wasi:io_poll_0.2.0_rc_2023_11_10"><code>wasi:io/poll@0.2.0-rc-2023-11-10</code></a></li>
12-
<li>interface <a href="#wasi:io_streams_0.2.0_rc_2023_11_10"><code>wasi:io/streams@0.2.0-rc-2023-11-10</code></a></li>
13-
<li>interface <a href="#wasi:cli_stdout_0.2.0_rc_2024_01_16"><code>wasi:cli/stdout@0.2.0-rc-2024-01-16</code></a></li>
14-
<li>interface <a href="#wasi:cli_stderr_0.2.0_rc_2024_01_16"><code>wasi:cli/stderr@0.2.0-rc-2024-01-16</code></a></li>
15-
<li>interface <a href="#wasi:cli_stdin_0.2.0_rc_2024_01_16"><code>wasi:cli/stdin@0.2.0-rc-2024-01-16</code></a></li>
16-
<li>interface <a href="#wasi:clocks_monotonic_clock_0.2.0_rc_2023_11_10"><code>wasi:clocks/monotonic-clock@0.2.0-rc-2023-11-10</code></a></li>
17-
<li>interface <a href="#wasi:http_types_0.2.0_rc_2024_01_16"><code>wasi:http/types@0.2.0-rc-2024-01-16</code></a></li>
18-
<li>interface <a href="#wasi:http_outgoing_handler_0.2.0_rc_2024_01_16"><code>wasi:http/outgoing-handler@0.2.0-rc-2024-01-16</code></a></li>
19-
<li>interface <a href="#wasi:clocks_wall_clock_0.2.0_rc_2023_11_10"><code>wasi:clocks/wall-clock@0.2.0-rc-2023-11-10</code></a></li>
9+
<li>interface <a href="#wasi:random_random_0.2.0"><code>wasi:random/random@0.2.0</code></a></li>
10+
<li>interface <a href="#wasi:io_error_0.2.0"><code>wasi:io/error@0.2.0</code></a></li>
11+
<li>interface <a href="#wasi:io_poll_0.2.0"><code>wasi:io/poll@0.2.0</code></a></li>
12+
<li>interface <a href="#wasi:io_streams_0.2.0"><code>wasi:io/streams@0.2.0</code></a></li>
13+
<li>interface <a href="#wasi:cli_stdout_0.2.0"><code>wasi:cli/stdout@0.2.0</code></a></li>
14+
<li>interface <a href="#wasi:cli_stderr_0.2.0"><code>wasi:cli/stderr@0.2.0</code></a></li>
15+
<li>interface <a href="#wasi:cli_stdin_0.2.0"><code>wasi:cli/stdin@0.2.0</code></a></li>
16+
<li>interface <a href="#wasi:clocks_monotonic_clock_0.2.0"><code>wasi:clocks/monotonic-clock@0.2.0</code></a></li>
17+
<li>interface <a href="#wasi:http_types_0.2.0"><code>wasi:http/types@0.2.0</code></a></li>
18+
<li>interface <a href="#wasi:http_outgoing_handler_0.2.0"><code>wasi:http/outgoing-handler@0.2.0</code></a></li>
19+
<li>interface <a href="#wasi:clocks_wall_clock_0.2.0"><code>wasi:clocks/wall-clock@0.2.0</code></a></li>
2020
</ul>
2121
</li>
2222
<li>Exports:
2323
<ul>
24-
<li>interface <a href="#wasi:http_incoming_handler_0.2.0_rc_2024_01_16"><code>wasi:http/incoming-handler@0.2.0-rc-2024-01-16</code></a></li>
24+
<li>interface <a href="#wasi:http_incoming_handler_0.2.0"><code>wasi:http/incoming-handler@0.2.0</code></a></li>
2525
</ul>
2626
</li>
2727
</ul>
28-
<h2><a name="wasi:random_random_0.2.0_rc_2023_11_10">Import interface wasi:random/random@0.2.0-rc-2023-11-10</a></h2>
28+
<h2><a name="wasi:random_random_0.2.0">Import interface wasi:random/random@0.2.0</a></h2>
2929
<p>WASI Random is a random data API.</p>
3030
<p>It is intended to be portable at least between Unix-family platforms and
3131
Windows.</p>
@@ -58,7 +58,7 @@ represented as a <code>u64</code>.</p>
5858
<ul>
5959
<li><a name="get_random_u64.0"></a> <code>u64</code></li>
6060
</ul>
61-
<h2><a name="wasi:io_error_0.2.0_rc_2023_11_10">Import interface wasi:io/error@0.2.0-rc-2023-11-10</a></h2>
61+
<h2><a name="wasi:io_error_0.2.0">Import interface wasi:io/error@0.2.0</a></h2>
6262
<hr />
6363
<h3>Types</h3>
6464
<h4><a name="error"><code>resource error</code></a></h4>
@@ -93,7 +93,7 @@ hazard.</p>
9393
<ul>
9494
<li><a name="method_error.to_debug_string.0"></a> <code>string</code></li>
9595
</ul>
96-
<h2><a name="wasi:io_poll_0.2.0_rc_2023_11_10">Import interface wasi:io/poll@0.2.0-rc-2023-11-10</a></h2>
96+
<h2><a name="wasi:io_poll_0.2.0">Import interface wasi:io/poll@0.2.0</a></h2>
9797
<p>A poll API intended to let users wait for I/O events on multiple handles
9898
at once.</p>
9999
<hr />
@@ -143,7 +143,7 @@ being reaedy for I/O.</p>
143143
<ul>
144144
<li><a name="poll.0"></a> list&lt;<code>u32</code>&gt;</li>
145145
</ul>
146-
<h2><a name="wasi:io_streams_0.2.0_rc_2023_11_10">Import interface wasi:io/streams@0.2.0-rc-2023-11-10</a></h2>
146+
<h2><a name="wasi:io_streams_0.2.0">Import interface wasi:io/streams@0.2.0</a></h2>
147147
<p>WASI I/O is an I/O abstraction API which is currently focused on providing
148148
stream types.</p>
149149
<p>In the future, the component model is expected to add built-in stream types;
@@ -468,7 +468,7 @@ is ready for reading, before performing the <code>splice</code>.</p>
468468
<ul>
469469
<li><a name="method_output_stream.blocking_splice.0"></a> result&lt;<code>u64</code>, <a href="#stream_error"><a href="#stream_error"><code>stream-error</code></a></a>&gt;</li>
470470
</ul>
471-
<h2><a name="wasi:cli_stdout_0.2.0_rc_2024_01_16">Import interface wasi:cli/stdout@0.2.0-rc-2024-01-16</a></h2>
471+
<h2><a name="wasi:cli_stdout_0.2.0">Import interface wasi:cli/stdout@0.2.0</a></h2>
472472
<hr />
473473
<h3>Types</h3>
474474
<h4><a name="output_stream"><code>type output-stream</code></a></h4>
@@ -481,7 +481,7 @@ is ready for reading, before performing the <code>splice</code>.</p>
481481
<ul>
482482
<li><a name="get_stdout.0"></a> own&lt;<a href="#output_stream"><a href="#output_stream"><code>output-stream</code></a></a>&gt;</li>
483483
</ul>
484-
<h2><a name="wasi:cli_stderr_0.2.0_rc_2024_01_16">Import interface wasi:cli/stderr@0.2.0-rc-2024-01-16</a></h2>
484+
<h2><a name="wasi:cli_stderr_0.2.0">Import interface wasi:cli/stderr@0.2.0</a></h2>
485485
<hr />
486486
<h3>Types</h3>
487487
<h4><a name="output_stream"><code>type output-stream</code></a></h4>
@@ -494,7 +494,7 @@ is ready for reading, before performing the <code>splice</code>.</p>
494494
<ul>
495495
<li><a name="get_stderr.0"></a> own&lt;<a href="#output_stream"><a href="#output_stream"><code>output-stream</code></a></a>&gt;</li>
496496
</ul>
497-
<h2><a name="wasi:cli_stdin_0.2.0_rc_2024_01_16">Import interface wasi:cli/stdin@0.2.0-rc-2024-01-16</a></h2>
497+
<h2><a name="wasi:cli_stdin_0.2.0">Import interface wasi:cli/stdin@0.2.0</a></h2>
498498
<hr />
499499
<h3>Types</h3>
500500
<h4><a name="input_stream"><code>type input-stream</code></a></h4>
@@ -507,7 +507,7 @@ is ready for reading, before performing the <code>splice</code>.</p>
507507
<ul>
508508
<li><a name="get_stdin.0"></a> own&lt;<a href="#input_stream"><a href="#input_stream"><code>input-stream</code></a></a>&gt;</li>
509509
</ul>
510-
<h2><a name="wasi:clocks_monotonic_clock_0.2.0_rc_2023_11_10">Import interface wasi:clocks/monotonic-clock@0.2.0-rc-2023-11-10</a></h2>
510+
<h2><a name="wasi:clocks_monotonic_clock_0.2.0">Import interface wasi:clocks/monotonic-clock@0.2.0</a></h2>
511511
<p>WASI Monotonic Clock is a clock API intended to let users measure elapsed
512512
time.</p>
513513
<p>It is intended to be portable at least between Unix-family platforms and
@@ -568,7 +568,7 @@ occured.</p>
568568
<ul>
569569
<li><a name="subscribe_duration.0"></a> own&lt;<a href="#pollable"><a href="#pollable"><code>pollable</code></a></a>&gt;</li>
570570
</ul>
571-
<h2><a name="wasi:http_types_0.2.0_rc_2024_01_16">Import interface wasi:http/types@0.2.0-rc-2024-01-16</a></h2>
571+
<h2><a name="wasi:http_types_0.2.0">Import interface wasi:http/types@0.2.0</a></h2>
572572
<p>This interface defines all of the types and methods for implementing
573573
HTTP Requests and Responses, both incoming and outgoing, as well as
574574
their headers, trailers, and bodies.</p>
@@ -1454,7 +1454,7 @@ but those will be reported by the <a href="#incoming_body"><code>incoming-body</
14541454
<ul>
14551455
<li><a name="method_future_incoming_response.get.0"></a> option&lt;result&lt;result&lt;own&lt;<a href="#incoming_response"><a href="#incoming_response"><code>incoming-response</code></a></a>&gt;, <a href="#error_code"><a href="#error_code"><code>error-code</code></a></a>&gt;&gt;&gt;</li>
14561456
</ul>
1457-
<h2><a name="wasi:http_outgoing_handler_0.2.0_rc_2024_01_16">Import interface wasi:http/outgoing-handler@0.2.0-rc-2024-01-16</a></h2>
1457+
<h2><a name="wasi:http_outgoing_handler_0.2.0">Import interface wasi:http/outgoing-handler@0.2.0</a></h2>
14581458
<p>This interface defines a handler of outgoing HTTP Requests. It should be
14591459
imported by components which wish to make HTTP Requests.</p>
14601460
<hr />
@@ -1491,7 +1491,7 @@ through the <a href="#future_incoming_response"><code>future-incoming-response</
14911491
<ul>
14921492
<li><a name="handle.0"></a> result&lt;own&lt;<a href="#future_incoming_response"><a href="#future_incoming_response"><code>future-incoming-response</code></a></a>&gt;, <a href="#error_code"><a href="#error_code"><code>error-code</code></a></a>&gt;</li>
14931493
</ul>
1494-
<h2><a name="wasi:clocks_wall_clock_0.2.0_rc_2023_11_10">Import interface wasi:clocks/wall-clock@0.2.0-rc-2023-11-10</a></h2>
1494+
<h2><a name="wasi:clocks_wall_clock_0.2.0">Import interface wasi:clocks/wall-clock@0.2.0</a></h2>
14951495
<p>WASI Wall Clock is a clock API intended to let users query the current
14961496
time. The name &quot;wall&quot; makes an analogy to a &quot;clock on the wall&quot;, which
14971497
is not necessarily monotonic as it may be reset.</p>
@@ -1532,7 +1532,7 @@ also known as <a href="https://en.wikipedia.org/wiki/Unix_time">Unix Time</a>.</
15321532
<ul>
15331533
<li><a name="resolution.0"></a> <a href="#datetime"><a href="#datetime"><code>datetime</code></a></a></li>
15341534
</ul>
1535-
<h2><a name="wasi:http_incoming_handler_0.2.0_rc_2024_01_16">Export interface wasi:http/incoming-handler@0.2.0-rc-2024-01-16</a></h2>
1535+
<h2><a name="wasi:http_incoming_handler_0.2.0">Export interface wasi:http/incoming-handler@0.2.0</a></h2>
15361536
<hr />
15371537
<h3>Types</h3>
15381538
<h4><a name="incoming_request"><code>type incoming-request</code></a></h4>

0 commit comments

Comments
 (0)