diff --git a/httpbin/templates/httpbin.1.html b/httpbin/templates/httpbin.1.html index 63be780..f858286 100644 --- a/httpbin/templates/httpbin.1.html +++ b/httpbin/templates/httpbin.1.html @@ -41,10 +41,11 @@
  • /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.
  • /links/:n Returns page containing n HTML links.
  • -
  • /image Returns page containing an image.
  • +
  • /image Returns page containing an image based on sent Accept header.
  • /image/png Returns page containing a PNG image.
  • /image/jpeg Returns page containing a JPEG image.
  • /image/webp Returns page containing a WEBP image.
  • +
  • /image/svg Returns page containing a SVG image.
  • /forms/post HTML form that submits to /post
  • /xml Returns some XML