| Date | 2019-12-19 (2,148 days ago) |
|---|---|
| Downloads | 9,730 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET Standard 1.3 .NET Standard 2.0 .NET 4.5 .NET 4.6 .NET 4.7 |
Implemented new Clone method in the HttpQueryString class (see e7a27e9).
The new Clone method will return a new copy with the values of the original HttpQueryString.
Implemented new Remove method in the HttpQueryString class (see e7a27e9).
Earlier releases had no way of removing a given key from the query string. With the introduction of the Remove method, this is now possible.
Implemented new GetResponse method in the HttpClient class (see 52c9f85)
THe IHttpRequestOptions interface has been available for a few releases, and lets developers describe a request via the GetRequest method. In combination with this interface, the GetResponse method returns the IHttpResponse for the request described by an instance of IHttpRequestOptions.