From 8ae2571fa19123d2a9f222437ac974596f53ce1c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 12 Jun 2011 19:25:13 -0400 Subject: [PATCH] update httpbin html --- httpbin/templates/httpbin.1.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/httpbin/templates/httpbin.1.html b/httpbin/templates/httpbin.1.html index d1bc9a9..aee4486 100644 --- a/httpbin/templates/httpbin.1.html +++ b/httpbin/templates/httpbin.1.html @@ -76,7 +76,8 @@

SYNOPSIS

/ This page.
-/user-agent Returns user-agent string.
+/ip Returns Origin IP.
+/user-agent Returns user-agent.
/headers Returns header dict.
/get Returns GET data.
/post Returns POST data.
@@ -93,7 +94,7 @@ for testing POST requests, but not much else. This will cover everything.

EXAMPLES

-
$ curl http://httpbin.com/useragent
+
$ curl http://httpbin.com/user-agent
 

AUTHOR