Commit graph

57 commits

Author SHA1 Message Date
Andrew Rabert
870446f2bc Python 3.7 syntax updates 2018-12-19 20:33:46 -05:00
Andrew Rabert
091dd00b44 Drop support for Python < 3.7
Necessary to use sprockets.mixins.mediatype >=2
2018-12-19 20:31:44 -05:00
Andrew Rabert
23d6e449ee Use sprockets.mixins.mediatype transcoders
This makes both the server and client consistent in how it encodes and
decodes content.
2018-12-19 20:25:47 -05:00
Andrew Rabert
3156db2bac Fix doc header 2018-10-11 14:58:13 -04:00
Andrew Rabert
b593214b89 Release version 1.1.0 2018-10-11 14:54:39 -04:00
Gavin M. Roy
df5103fcb9
Merge pull request #13 from nvllsvm/warning
Log warning headers
2018-09-21 11:14:06 -04:00
Andrew Rabert
5477341233 Log warning headers 2018-09-20 14:51:38 -04:00
Andrew Rabert
f6795f8663 Release version 1.0.9 (for real) 2018-08-07 16:11:44 -04:00
Andrew Rabert
9ea803523a Release version 1.0.9 2018-08-07 16:01:15 -04:00
Andrew Rabert
0c3c65af99 Support Tornado < 6 2018-08-07 16:00:13 -04:00
Andrew Rabert
459230be69 Add support for Python 3.6 and 3.7 2018-08-07 15:59:58 -04:00
Andrew Rabert
bcd89a05d6 Version 1.0.8 2018-02-07 16:18:50 -05:00
Ryan Mclean
9e94f18cfa
Merge pull request #8 from nvllsvm/fixattemptlog
Fix logged max attempts value
2018-02-07 16:15:31 -05:00
Andrew Rabert
5638f4836b Fix README links 2018-02-07 14:51:15 -05:00
Andrew Rabert
62c9c843c6
Merge pull request #9 from nvllsvm/additional_kwargs
Expose additional fetch parameters
2018-02-07 14:45:37 -05:00
Andrew Rabert
0869cb20f0 Add validate_cert kwarg 2018-02-07 13:13:01 -05:00
Andrew Rabert
5b747b5f01 Add max_redirects kwarg 2018-02-07 13:12:46 -05:00
Andrew Rabert
6a23dbbf55 Fix logged max attempts value 2018-02-06 17:20:53 -05:00
Gavin M. Roy
ca977563ad Merge pull request #3 from nvllsvm/dev
Remove unnecessary from README
2017-10-24 11:53:06 -04:00
Gavin M. Roy
881726d770 Fix the requirements 2017-10-19 10:37:00 -04:00
Gavin M. Roy
07339af919 Change the hard pin on u-msgpack-python 2017-10-19 10:34:25 -04:00
Gavin M. Roy
b742e1526e Merge pull request #6 from dave-shawley/make-retries-configurable
Make retries configurable
2017-08-16 14:53:16 -04:00
Dave Shawley
6b5999794a Release max_http_attempts kwarg (1.0.6) 2017-08-16 14:36:02 -04:00
Dave Shawley
2413f9965f Add max_http_attempts keyword arg. 2017-08-16 14:33:42 -04:00
Brian Korty
bdca8aed69 Merge pull request #5 from bkorty/master
Bump the version to 1.0.5
2017-08-07 14:23:50 -04:00
Brian Korty
3138885d37 Bump the version to 1.0.5
Fix a small typo in the comments and bump the version to 1.0.5
2017-08-07 14:17:53 -04:00
dave-shawley
c9ed904bd5 Merge pull request #4 from bkorty/master
Expose additional tornado request features.
2017-08-07 13:54:07 -04:00
Brian Korty
fe57ad9eb1 Remove unused constant.
Remove the unused DEFAULT_MAX_CLIENTS constant.
2017-08-07 13:26:02 -04: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
Andrew Rabert
f714e6125e Remove unnecessary from README 2017-07-13 10:12:05 -04:00
Gavin M. Roy
01d04c5a6c Bump the version, fix the docs 2017-05-12 15:24:40 -04:00
Gavin M. Roy
4945666659 Merge pull request #2 from sprockets/user-agent
Add support for passing the user_agent parameter per request
2017-05-12 12:48:57 -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
9d8698f8ad Merge branch 'master' of github.com:sprockets/sprockets.mixins.http 2017-04-28 09:16:06 -04:00
Gavin M. Roy
47db53f28f Fix installation 2017-04-28 09:15:58 -04:00
Gavin M. Roy
a60dc742ed Update README.rst 2017-04-27 11:04:26 -04:00
Gavin M. Roy
9943632e32 Fix documentation 2017-04-26 22:56:54 -04:00
Gavin M. Roy
7d58be1bdc Update pins 2017-04-26 22:53:50 -04:00
Gavin M. Roy
ddfb129305 Fix docs 2017-04-26 22:52:04 -04:00
Gavin M. Roy
9b454021b9 Documentation updates 2017-04-26 22:50:14 -04:00
Gavin M. Roy
8e55f34ac4 Remove the broken upload docs 2017-04-26 22:42:00 -04:00
Gavin M. Roy
822e679bac Update distributions 2017-04-26 22:33:45 -04:00
Gavin M. Roy
a15e4ecb82 Updates to the distribution 2017-04-26 22:29:13 -04:00
Gavin M. Roy
936a51a512 Update the example 2017-04-26 22:29:04 -04:00
Gavin M. Roy
63cb42d358 Remove print statement 2017-04-26 22:28:56 -04:00
Gavin M. Roy
ac57fff326 Example updates 2017-04-26 22:19:48 -04:00
Gavin M. Roy
f7992049c3 Strip namedtuple attributes 2017-04-26 22:19:38 -04:00
Gavin M. Roy
6929a6cb0c Update default Accept to be the list of supported responses 2017-04-26 22:19:15 -04:00
Gavin M. Roy
afdbb40d4f Bump the version for release 2017-04-26 18:50:40 -04:00