HTTP mediatype fix and HTTP response NodeJS16+ fix
HTTP mediatype fix and HTTP response NodeJS16+ fix
-
Fixes:
- The central HTTP client method incorrectly used an array instead of an object/record when no custom headers where supplied, resulting in incorrect headers. Fixed thanks to @karimStekelenburg from our friends at @animo
- Fix HTTP response handling for newer NodeJS >=16 not cloning the response, used for debug/log purposes.
-
Changed:
- Moved SSI-types to a dev dependency