From d4a25987469e1f222f6bcde874bb461e47740986 Mon Sep 17 00:00:00 2001 From: Will McCutchen <will@mccutch.org> Date: Sun, 25 Jun 2017 14:08:07 -0700 Subject: [PATCH] Readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 17271f5..ab2c09a 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,8 @@ available for testing golang applications. Compared to [the original][httpbin-org]: - No `/brotli` endpoint (due to lack of support in Go's stdlib) + - The `?show_env=1` query param is ignored (i.e. no special handling of + runtime environment headers) - Response values which may be encoded as either a string or a list of strings will always be encoded as a list of strings (e.g. request headers, query params, form values) -- GitLab