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.