httoop icon indicating copy to clipboard operation
httoop copied to clipboard

HTTOOP - a fully object oriented HTTP protocol library written in python

Results 5 httoop issues
Sort by recently updated
recently updated
newest added

Have a look at: https://hypothesis.readthedocs.org/en/latest/quickstart.html

There are some new security headers since some years: Referrer-Policy, Feature-Policy, Permissions-Policy Let's add their syntax.

Some HTTP headers might occurr only once in a HTTP message (e.g. Content-Length, Location, Host, Content-Disposition, etc.). Messages which contain these headers multiple times should be rejected for security reasons....

security

Update cookie header to support same-site parameter

Currently all HTTP Status Exception classes are in the naming scheme of a constant, e.g. BAD_REQUEST. This should be changed into BadRequest before releasing the 1.0 version on PyPI.