Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 973 Bytes

README.rst

File metadata and controls

33 lines (21 loc) · 973 Bytes

Werkzeug-Raw

Werkzeug meets Raw HTTP

Werkzeug-Raw adds support to Werkzeug for accepting HTTP input from raw text, from strings or files. Compatibility with Flask makes fuzzing or testing complex HTTP requests in Flask applications very simple.

Additionally, it circumvents the need for a client/server/network setup, and goes directly from raw HTTP to WSGI environment. A large number of requests can be handled without needing to worry about secondary variables like network latency clouding the water. This is not meant as a benchmarking tool for Werkzeug or Flask.

Installation

To install Werkzeug Raw, simply:

$ pip install werkzeug-raw

Documentation

Documentation is available at http://pythonhosted.org/Werkzeug-Raw

Contribute

Fork the repository, make changes and add a test which shows that the bug was fixed or that the feature works as expected with 100% coverage. Send a pull request.