Added cookie endpoints to readme.

This commit is contained in:
Zbigniew Siciarz
2011-06-13 12:47:50 +02:00
parent 6ab7cf6943
commit f5612eecfa
+2
View File
@@ -14,6 +14,8 @@ httpbin(1): HTTP Client Testing Service
`/gzip` Returns gzip-encoded data.
`/status/:code` Returns given HTTP Status code.
`/redirect/:n` 302 Redirects *n* times.
`/cookies` Returns cookie data.
`/set-cookie/:name/:value` Sets a simple cookie.
## DESCRIPTION