ism
ism
Thank you for that! I am having hard times to make it work in .net core 3.1 for windows 10, hope this one helps.
> Here's how that plays out: Hello everyone! This is a correct way to use SimpleCookie with raw data (taken from https://stackoverflow.com/questions/32281041/converting-cookie-string-into-python-dict) ``` >>> from http.cookies import SimpleCookie >>> raw_cookie="blah=value;...
Sorry, it was my bad, i misread you couldn't parse raw cookie. Now, back to topic: > but the whole point of using `http.cookiejar.parse_ns_headers` and`cookie_jar._cookies_from_attrs_set` was the leverage the existing...
@Druyaj018 @Se5sion running ```pip install --upgrade setuptools``` solved it for me
I second that. it's such a great project, i would like to extend it, but lack of license prohibits any modification.