Do not apply content-type header if no request body (#6648)

* Do not apply content-type header if no request body

* Set content-type header if there are form params

* Add tests

* Run update script

* Regenerated sample clients
This commit is contained in:
Ben Mordue
2017-11-27 10:33:28 +00:00
committed by William Cheng
parent a8642dbdfc
commit 02bcc55e23
8 changed files with 58 additions and 22 deletions

View File

@@ -235,7 +235,6 @@
</dependency>
<!-- test dependencies -->
<dependency>
<groupId>junit</groupId>