From 63c2287b4deef110813780c2401fe5d7580cdb8e Mon Sep 17 00:00:00 2001 From: Erki Esken Date: Wed, 9 Sep 2015 16:21:24 +0300 Subject: [PATCH] Added /image/svg info to docs, clarified /image route description. --- httpbin/templates/httpbin.1.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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