--------------------
- Added an option to control response body transformation for errors, i.e. HTTP
status code >= 400. By default, a JSON or otherwise structured response body
will be reduced down to its error ``message``. That can be overridden by
setting ``simplify_error_response`` to False.
- Fix compile-time setting of default argument values in ``http_fetch``.