- Feat: IMPORTANT BREAKING CHANGE Header normalisation no longer does anything to hyphens or underscores. Previously, headers were normalised so that
h.content_type
was equally as valid ash["Content-Type"]
. However, this breaks real world cases whereh.HEADER_NAME
must be forwaded with the underscore intact. Header names are now only normalised for case, as per the HTTP spec. - Doc: Documented the
set_timeouts
to api (thanks @detailyang) - Fix (#103): User params table is no longer modified by the module (thanks @bungle for the report)