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

Update index.html

[ci skip]
This commit is contained in:
Eduardo Gurgel 2014-02-06 11:38:31 -03:00
parent d4b66503db
commit aa35e639af

View file

@ -86,6 +86,7 @@
<li><a href="/robots.txt" data-bare-link="true"><code>/robots.txt</code></a> Returns some robots.txt rules.</li>
<li><a href="/deny" data-bare-link="true"><code>/deny</code></a> Denied by robots.txt file.</li>
<li><a href="/base64/LytiYXNlNjQrLw" data-bare-link="true"><code>/base64/:value</code></a> Decodes <em>value</em> base64url-encoded string.</li>
<li><a href="/image" data-bare-link="true"><code>/image</code></a> Return an image based on Accept header.</li>
<li><code>/websocket</code> Echo message received through websocket.</li>
</ul>
@ -127,14 +128,13 @@ scenarios. Additional endpoints are being considered (e.g. <code>/deflate</code>
}
</code></pre>
<h3 id="-curl-I-http-httparrot-org-status-418">$ curl -I http://httparrot.herokuapp.com/status/418</h3>
<h3 id="-curl-I-http-httparrot-org-status-418">$ curl -I http://httparrot.herokuapp.com/status/201</h3>
<pre><code>HTTP/1.1 418 I'M A TEAPOT
Server: nginx/0.7.67
<pre><code>HTTP/1.1 201
Server: Cowboy
Date: Mon, 13 Jun 2011 04:25:38 GMT
Connection: close
x-more-info: http://tools.ietf.org/html/rfc2324
Content-Length: 135
Content-Length: 0
</code></pre>
<h2 id="SEE-ALSO">SEE ALSO</h2>