microsoft / dotnet

This repo is the official home of .NET on GitHub. It's a great starting point to find many .NET OSS projects from Microsoft and the community, including many that are part of the .NET Foundation.
https://devblogs.microsoft.com/dotnet/
MIT License
14.38k stars 2.22k forks source link

Add method to parse Set-Cookie string #1297

Closed CaCTuCaTu4ECKuu closed 3 years ago

CaCTuCaTu4ECKuu commented 3 years ago

Add a method for System.Net.Cookie to parse a "Set-Cookie" string as it is in response and return Cookie

As I see it - something like Cookie.FromString() or Cookie.Parse() etc. idk