From f4182b868abce7b953e03013e5c8c8f0fe354ba1 Mon Sep 17 00:00:00 2001 From: Trevor Mack Date: Mon, 5 Feb 2018 10:10:32 -0800 Subject: [PATCH] document the decode_base64 endpoint /base64/:value on the index.html page --- httpbin/templates/httpbin.1.html | 1 + 1 file changed, 1 insertion(+) diff --git a/httpbin/templates/httpbin.1.html b/httpbin/templates/httpbin.1.html index ea07ce6..5793d82 100644 --- a/httpbin/templates/httpbin.1.html +++ b/httpbin/templates/httpbin.1.html @@ -23,6 +23,7 @@
  • /delete Returns DELETE data
  • /anything Returns request data, including method used.
  • /anything/:anything Returns request data, including the URL.
  • +
  • /base64/:value Decodes base64url-encoded string.
  • /encoding/utf8 Returns page containing UTF-8 data.
  • /gzip Returns gzip-encoded data.
  • /deflate Returns deflate-encoded data.