Home - wrvenkat/request_parser GitHub Wiki
Documentaiton of request_parser
request_parser is created by forking mainly Django's HTTP package, pulling in necessary dependencies and modifying them.
request_parser was written in an attempt to provide a simple, configurable and consistent API to access information from raw HTTP requests.
This wiki documents the important and most frequently used API of request_parser. For more API details and workings, please read the source.