]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add support for the HTTP PATCH method. 503/head
authorJon Parise <jon@indelible.org>
Wed, 2 May 2012 20:41:10 +0000 (13:41 -0700)
committerJon Parise <jon@indelible.org>
Wed, 2 May 2012 20:41:10 +0000 (13:41 -0700)
commitbd1fdaabd8f07872cff0e309fdad63f015bb27da
tree9eba42f0d67d925cffbf8b2887f0c716370f69de
parentbcbef8c72046e7fc1a50e97b99a2716d546191f5
Add support for the HTTP PATCH method.

PATCH is a proposed standard described by RFC 5789:

    http://tools.ietf.org/html/rfc5789
tornado/httpserver.py
tornado/simple_httpclient.py
tornado/web.py