Dmitry Spikhalskiy 2a65ae256e [#4331] Helper methods to get charset from Content-Type header of HttpMessage
Motivation:

HttpHeaders already has specific methods for such popular and simple headers like "Host", but if I need to convert POST raw body to string I need to parse complex ContentType header in my code.

Modifications:

Add getCharset and getCharsetAsString methods to parse charset from Content-Length header.

Result:

Easy to use utility method.
2015-11-19 15:59:34 -08:00
..
2013-01-31 18:11:06 +01:00
2015-11-14 10:13:32 -08:00
2014-06-24 14:50:09 +09:00
2014-09-15 15:05:36 +02:00