1
0
Fork 0
mirror of https://github.com/edgurgel/httparrot synced 2025-04-05 08:12:31 -04:00

Update README.md

[ci skip]
This commit is contained in:
Eduardo Gurgel 2014-01-28 10:11:04 -03:00
parent 665eab44e5
commit 945febf4c3

View file

@ -31,6 +31,8 @@ http://httpbin.org clone
* /robots.txt Returns some robots.txt rules.
* /deny Denied by robots.txt file.
* /cache Returns 200 unless an If-Modified-Since header is provided, when it returns a 304 Not Modified.
* /base64/:value Decodes base64url-encoded string
* /websocket Echo message received through websocket
## TODO
@ -39,6 +41,4 @@ http://httpbin.org clone
* /response-headers?key=val Returns given response headers.
* /relative-redirect/:n 302 Relative redirects n times.
* /digest-auth/:qop/:user/:passwd Challenges HTTP Digest Auth.
* /robots.txt Returns some robots.txt rules.
* /deny Denied by robots.txt file.
* /cache Returns 200 unless an If-Modified-Since header is provided, when it returns a 304 Not Modified.