Skip to content

Releases: csharp-leaf/Leaf.xNet

Leaf.xNet v5.1.66

26 Mar 15:08
Compare
Choose a tag to compare
Fix for CloudFlare Bypass: new S parameter.

Leaf.xNet v5.1.65

07 Mar 06:53
Compare
Choose a tag to compare
HttpRequest.AddHeader() also affects on redirected requests when Http…

Leaf.xNet v5.1.64

04 Mar 08:27
Compare
Choose a tag to compare
Fixed null reference exception when HTTP Proxy has no any HTTP status…

Leaf.xNet v5.1.63

04 Mar 08:18
Compare
Choose a tag to compare
Fixed null reference exception when status code or HTTP version isn't…

Leaf.xNet v5.1.62

27 Feb 19:20
Compare
Choose a tag to compare
Fix issue #31. Filter local wildcard domains in Cookie.Domain. Update…

Leaf.xNet v5.1.61

19 Feb 17:27
Compare
Choose a tag to compare
Fixed HTTP Proxy starting line #29. Added Property HttpRequest.Proxy.…

Leaf.xNet v5.1.60

08 Feb 22:20
Compare
Choose a tag to compare
Fix: PATCH method now can contains request body. (Method HttpRequest.…

Leaf.xNet v5.1.59

05 Feb 17:20
Compare
Choose a tag to compare
Added new property for HttpRequest: SslProtocols. Updated README.md f…

Leaf.xNet v5.1.58

04 Feb 10:56
Compare
Choose a tag to compare
Fixed Cookie unescape value before send

Leaf.xNet v5.1.57

31 Jan 22:31
Compare
Choose a tag to compare
New StringExtensions: Substring, SubstringOrEmpty, SubstringEx and etc.

Trim Cookie on Cookies.Set(Cookie).
Updated README.md.