Releases: csharp-leaf/Leaf.xNet
Releases · csharp-leaf/Leaf.xNet
Leaf.xNet v5.1.66
Fix for CloudFlare Bypass: new S parameter.
Leaf.xNet v5.1.65
HttpRequest.AddHeader() also affects on redirected requests when Http…
Leaf.xNet v5.1.64
Fixed null reference exception when HTTP Proxy has no any HTTP status…
Leaf.xNet v5.1.63
Fixed null reference exception when status code or HTTP version isn't…
Leaf.xNet v5.1.62
Fix issue #31. Filter local wildcard domains in Cookie.Domain. Update…
Leaf.xNet v5.1.61
Fixed HTTP Proxy starting line #29. Added Property HttpRequest.Proxy.…
Leaf.xNet v5.1.60
Fix: PATCH method now can contains request body. (Method HttpRequest.…
Leaf.xNet v5.1.59
Added new property for HttpRequest: SslProtocols. Updated README.md f…
Leaf.xNet v5.1.58
Fixed Cookie unescape value before send
Leaf.xNet v5.1.57
New StringExtensions: Substring, SubstringOrEmpty, SubstringEx and etc. Trim Cookie on Cookies.Set(Cookie). Updated README.md.