Commit graph

7 commits

Author SHA1 Message Date
Christopher Wolfe
4ce0afcd6f New test requires Python v3. 2019-01-09 16:16:48 -05:00
Christopher Wolfe
3842ef8792 Tests _http_resp_deserialize() with a response that lacks a Content-Type
header.
2019-01-09 15:32:21 -05:00
Brian Korty
196dfd09d5 Add HTTP_MAX_CLIENTS setting.
Add in support for the HTTP_MAX_CLIENTS environment variable to override the
default tornado settings.
2017-08-07 13:08:20 -04:00
Brian Korty
e1c7388047 Add support for allow_nonstandard_methods.
Add allow_nonstandard_methods to the http_fetch method to allow a client to
send HTTP requests that don't strictly adhere to the HTTP specification.
2017-08-07 11:08:06 -04:00
Ryan Mclean
cc886ab502 Add support for passing the user_agent parameter per request 2017-05-12 12:00:23 -04:00
Gavin M. Roy
e3c4ba5e2a See if this fixes missing 429 in Python 2 2017-04-26 18:01:23 -04:00
Gavin M. Roy
8eaf4c5d92 Initial version 2017-04-26 17:56:21 -04:00