Skip to content

Skybrud.Essentials.Http v1.0.12

Compare
Choose a tag to compare
@abjerner abjerner released this 19 Dec 20:56

Installation

Changelog

  • 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.