Skip to content

akornatskyy/wheezy.http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wheezy.http

tests Coverage Status Documentation Status pypi version

wheezy.http is a python package written in pure Python code. It is a lightweight http library for things like request, response, headers, cookies and many others. It a wrapper around the WSGI request environment.

It is optimized for performance, well tested and documented.

Resources:

Install

wheezy.http requires python version 3.9+. It is independent of operating system. You can install it from pypi site:

pip install -U wheezy.http

If you run into any issue or have comments, go ahead and add on github.