mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-05 08:12:31 -04:00
forgot to update index.html with link to stream-bytes functionality
This commit is contained in:
parent
4eb0871cef
commit
362150a94a
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@
|
|||
<li><a href="/robots.txt" data-bare-link="true"><code>/robots.txt</code></a> Returns some robots.txt rules.</li>
|
||||
<li><a href="/deny" data-bare-link="true"><code>/deny</code></a> Denied by robots.txt file.</li>
|
||||
<li><a href="/cache" data-bare-link="true"><code>/cache</code></a> 200 unless If-Modified-Since was sent, then 304.</li>
|
||||
<li><a href="/stream-bytes/1024"><code>/stream-bytes/:n</code></a> Streams <em>n</em> random bytes of binary data, accepts optional <em>seed</em> and <em>chunk_size</em> integer parameters.
|
||||
<li><a href="/base64/LytiYXNlNjQrLw" data-bare-link="true"><code>/base64/:value</code></a> Decodes <em>value</em> base64url-encoded string.</li>
|
||||
<li><a href="/image" data-bare-link="true"><code>/image</code></a> Return an image based on Accept header.</li>
|
||||
<li><code>/websocket</code> Echo message received through websocket.</li>
|
||||
|
|
Loading…
Add table
Reference in a new issue