Skybrud.Essentials.Http v1.0.13
Installation
Changelog
-
Content type should default to
application/jsonwhen request body isJToken(see 534aa86).
Some APIs will fail if the content type isn't explicitly specified. Some parts of the package already did set the content type for JSON requests, but the static initializers in theHttpRequestclass have now also been updated to do this. -
Added static methods for more HTTP verbs (see 7981140).
TheHttpRequestclass contains static methods for initializing a new request from a number of different parameters, but it only supported the GET and POST verbs. PUT, PATCH and DELETE verbs are now supported as well.