clj-http-client/test
Jeremy Barlow f83d7821ad (PE-6019) Encode string request body per Content-Type header
This commit encodes a request body string per the content of the
Content-Type header.  In the event that no charset is specified in the
Content-Type header, the charset is set to UTF-8.  Previously, the
request body string was always encoded to ISO-8859-1 and was not
necessarily in sync with the value of the Content-Type header.
2014-09-18 17:02:00 -07:00
..
com/puppetlabs/http/client/impl (PE-5567) Fix bug if content-type header has no charset 2014-08-22 08:03:36 -07:00
puppetlabs/http/client (PE-6019) Encode string request body per Content-Type header 2014-09-18 17:02:00 -07:00