From e3ebd829b0a3bcb5641a9f2dfaf432fad2db1505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janko=20Marohni=C4=87?= Date: Thu, 11 May 2017 20:04:01 +1000 Subject: [PATCH] Mention that "stream-bytes" uses chunked encoding --- httpbin/templates/httpbin.1.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpbin/templates/httpbin.1.html b/httpbin/templates/httpbin.1.html index eb9403e..dc6df8e 100644 --- a/httpbin/templates/httpbin.1.html +++ b/httpbin/templates/httpbin.1.html @@ -43,7 +43,7 @@
  • /etag/:etag Assumes the resource has the given etag and responds to If-None-Match header with a 200 or 304 and If-Match with a 200 or 412 as appropriate.
  • /cache/:n Sets a Cache-Control header for n seconds.
  • /bytes/:n Generates n random bytes of binary data, accepts optional seed integer parameter.
  • -
  • /stream-bytes/:n Streams n random bytes of binary data, accepts optional seed and chunk_size integer parameters.
  • +
  • /stream-bytes/:n Streams n random bytes of binary data in chunked encoding, accepts optional seed and chunk_size integer parameters.
  • /links/:n Returns page containing n HTML links.
  • /image Returns page containing an image based on sent Accept header.
  • /image/png Returns a PNG image.