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