diff --git a/httpbin/templates/... b/httpbin/templates/... new file mode 100644 index 0000000..e69de29 diff --git a/httpbin/templates/httpbin.1.html b/httpbin/templates/httpbin.1.html deleted file mode 100644 index aee4486..0000000 --- a/httpbin/templates/httpbin.1.html +++ /dev/null @@ -1,118 +0,0 @@ - - -
- - -/ This page.
-/ip Returns Origin IP.
-/user-agent Returns user-agent.
-/headers Returns header dict.
-/get Returns GET data.
-/post Returns POST data.
-/put Returns PUT data.
-/delete Returns DELETE data.
Testing an HTTP Library can become difficult sometimes. PostBin is fantastic -for testing POST requests, but not much else. This will cover everything.
- -Plans at the moment are to return JSON for all responses. Request storage -/ aggregation may or may not exist. We'll see.
- -$ curl http://httpbin.com/user-agent
-
-
-A Kenneth Reitz -Project.
- -http://python-requests.org, http://postbin.org, https://github.com/tml/postbin
- - -