txrequest

HTTP Request object API for Twisted


Keywords
twisted, web, http, request
License
MIT
Install
pip install txrequest==0.1.0

Documentation

txrequest

Build Status Code Coverage Python Version Compatibility

txrequest is a library containing an HTTP Request object API for Twisted, meant to replace the IRequest interface and implementations in twisted.web.

txrequest is not an attempt at a an async version of requests. For that, see treq.