Aldo Cortesi de9e741125 Firm up cookie parsing and formatting API
Make a tough call: we won't support old-style comma-separated set-cookie
headers. Real world testing has shown that the latest rfc (6265) is
often violated in ways that make the parsing problem indeterminate.
Since this is much more common than the old style deprecated set-cookie
variant, we focus on the most useful case.
2015-04-14 10:02:10 +12:00
2014-08-16 15:53:07 +02:00
2013-03-03 10:37:28 +13:00
2014-09-28 03:15:26 +02:00
2014-02-26 10:09:36 +13:00
2014-10-01 23:22:53 +02:00
2015-02-07 01:43:25 +01:00
2014-09-08 18:58:07 +02:00
2015-02-07 01:43:25 +01:00

Build Status Coverage Status Latest Version Supported Python versions Supported Python implementations

Netlib is a collection of network utility classes, used by the pathod and mitmproxy projects. It differs from other projects in some fundamental respects, because both pathod and mitmproxy often need to violate standards. This means that protocols are implemented as small, well-contained and flexible functions, and are designed to allow misbehaviour when needed.

Requirements

Description
No description provided
Readme MIT 39 MiB
Languages
Python 88.8%
JavaScript 9.7%
Less 1%
Shell 0.2%
HTML 0.2%