forked from tornadoweb/tornado
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optionally allow nonstandard http methods to be used in httpclient.
By default we check that the method is one of the standard ones (and is capitalized correctly), but this can be overridden to work with a server that has implemented nonstandard methods (e.g. CouchDB) http://github.com/facebook/tornado/issues/issue/90
- Loading branch information
Ben Darnell
committed
May 31, 2010
1 parent
d5a3d8a
commit d1e1450
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters