Skip to content

Skybrud.Essentials.Http v1.0.7

Compare
Choose a tag to compare
@abjerner abjerner released this 07 Sep 15:09

Installation

Changelog

  • Added Post method overload to the HttpRequest class (see d157930).
    The added method overload only takes a URL as a parameter, so it serves a supplement to the existing Post overloads.

  • Shorter method in the HttpClient class (see 4f249e4)
    Added new Get, Post, Put, Patch and Delete methods as replacements for the DoHttpGetRequest, DoHttpPostRequest, DoHttpPutRequest, DoHttpPatchRequest and DoHttpDeleteRequest methods. The existing methods have been marked as obsolete, suggestion that the new and shorter method names should be used instead.

  • Marked the HttpUtils.Http utility class as obsolete (see 0e04b43)
    Similar logic exists in the HttpUtils.Requests utility class, which should therefore be used instead.