1:47fa89cb7b64
Anton Shestakov <engored@ya.ru>, Sat, 12 Jan 2013 17:43:15 +0900
Docs.

next change 2:1381141bb225

http-methods-demo/README.md

Permissions: -rw-r--r--

Other formats: Feeds:
Server and client app demonstrating [Tornado][tornado]'s support of various
HTTP methods.
Uses tornado.httpclient.AsyncHTTPClient.
One of the older demos.
Complexity: ★☆☆☆☆
Requirements
------------
Python (2 or 3), [Tornado][tornado], browser. Launch both server.py and
client.py.
Effects
-------
- Visiting one of urls defined in client.py (`/get`, `/post`, etc) will
fetch and display response from server.py app.
- Even though server.py answers with some data in case of HEAD request, it
never reaches the client.py.
[tornado]: http://www.tornadoweb.org/