More cleanup

This commit is contained in:
Reinier Criel 2026-04-01 14:57:24 -07:00
parent e29c11546c
commit 1a811edc95
5 changed files with 201 additions and 78 deletions

View file

@ -18,6 +18,8 @@ export function getHeaderValueAsString(headers, headerName) {
/**
* Remove headers that become stale when the response body is modified.
* Mutates the provided headers object in place.
*
* @param {NodeJS.Dict<string | string[]> | undefined} headers
* @returns {void}
*/