Add content-type default headers with application/json

This commit is contained in:
Honza Král
2017-02-08 20:50:50 +01:00
parent c7441e9dc0
commit d862c8a799
7 changed files with 22 additions and 7 deletions
+7
View File
@@ -3,6 +3,13 @@
Changelog
=========
5.2.0 (dev)
-----------
The client now automatically sends ``Content-Type`` http header set to
``application/json``. If you are explicitly passing in other encoding than
``json`` you need to set the header manually.
5.1.0 (2017-01-11)
------------------