blob: edb4351983103388786e5f443aaf207bdcbe5c38 (
plain) (
blame)
1
2
3
4
5
6
|
cookies.py is a Python module for working with HTTP cookies: parsing and
rendering 'Cookie:' request headers and 'Set-Cookie:' response headers, and
exposing a convenient API for creating and modifying cookies. It can be used
as a replacement of Python's Cookie.py (aka http.cookies).
WWW: https://github.com/sashahart/cookies
|