Skip to content

Added custom encoding possibilities to http requests/answers.

Adrian requested to merge 3.11/sprint_custom_encoding into 3.11/sprint
  • Added a virtual function getOutputEncodingType() which allows to customize the HTTP type encoding.
  • To maintain compatibility, by default it return utf-8, similar to the hard-coded previous encoding.

Merge request reports