Date | 2020-02-16 (1,734 days ago) |
---|---|
Downloads | 2,017 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 |
#installation
">Installation#changelog
">ChangelogContent type should default to application/json
when request body is JToken
(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 the HttpRequest
class have now also been updated to do this.
Added static methods for more HTTP verbs (see 7981140
).
The HttpRequest
class 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.