Skip to content

Tags: restsharp/RestSharp

Tags

112.1.0

Toggle 112.1.0's commit message
Allow tabs in header value, fixes #2263

112.0.0

Toggle 112.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Don't allow CRLF in headers (#2258)

111.4.1

Toggle 111.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added extensions for getting content header values (#2247)

111.4.0

Toggle 111.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Header value null check (#2241)

* Throw an exception when adding a header with `null` value
* Add multiple header values properly
* Default headers should allow multiple values

111.3.0

Toggle 111.3.0's commit message
Syntax fix

111.2.0

Toggle 111.2.0's commit message
Fix the XML docs

111.1.0

Toggle 111.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix-auth (#2206)

* Add tests to OAuth1 signature and revert accidental authenticator renames

* Fix wrong timeout endpoint

111.0.0

Toggle 111.0.0's commit message
Moved the changelog

110.2.0

Toggle 110.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Move the instantiation of RequestContent after calling the Authentica…

…tor (#2062)

* Move the instantiation of RequestContent after calling the Authenticator
* Add auth tests
* Fix null content issues with .NET Framework

110.1.0

Toggle 110.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `AddJsonBody` overload to serialise top-level string (#2043)

* Added AddJsonBody overload for top-level strings