2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-12 06:44:41 +00:00
Rémi Lapeyre 213524a657
Always set the Content-Type header when a body is present ()
* Always set the Content-Type header when a body is present

Closes https://github.com/hashicorp/consul/issues/10011

* Add Changelog entry

* Add more Content-Type exceptions

* Fix tests
2021-05-25 16:03:48 +01:00

4 lines
118 B
Plaintext

```release-note:improvement
api: The `Content-Type` header is now always set when a body is present in a request.
```