try {
                    parsedContentType = parsedContentType.withCharset(httpClientInputs.getRequestCharacterSet());
                } catch (UnsupportedCharsetException e) {
                    throw new IllegalArgumentException("Could not parse input '" + REQUEST_CHARACTER_SET
                            + "'. " + e.getMessage(), e);