Skip to content
Venkat Raman edited this page Sep 21, 2019 · 8 revisions

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.

Table of Contents

HttpRequest
UploadedFile
Settings

Clone this wiki locally