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-02-07 19:44:47 -02:00
parent aa35e639af
commit 7bb41514b9

View file

@ -32,7 +32,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
* /base64/:value Decodes base64url-encoded string.
* /image Return an image based on Accept header.
* /websocket Echo message received through websocket
## TODO