Default to sending Accept and Content-Type headers for json

This commit is contained in:
David Kale
2020-02-04 14:19:46 -05:00
parent f545df6c21
commit e91a39a86b
6 changed files with 131 additions and 12 deletions

View File

@@ -1,10 +1,13 @@
## Releases
## 1.0.1 to 1.0.3
Adds proxy support.
## 1.0.6
Automatically sends Content-Type and Accept application/json headers for \<verb>Json() helper methods if not set in the client or parameters.
## 1.0.5
Adds \<verb>Json() helper methods for json over http scenarios.
## 1.0.4
Started to add \<verb>Json() helper methods. Do not use this release for that. Use >= 1.0.5 since there was an issue with types.
## 1.0.5
Adds \<verb>Json() helper methods for json over http scenarios.
## 1.0.1 to 1.0.3
Adds proxy support.