Small fixes
A selection of 80 fixes from 174 pull requests.
64.Stale response metadata
An unannotated replacement body inherited the source’s 429 and text encoding instead of the error defaults 500 and JSON. Writing undefined annotations clears the stale values.
1212...(status !== undefined ? { httpApiStatus: status } : undefined),...(encoding !== undefined ? { "~httpApiEncoding": encoding } : undefined)httpApiStatus: status,"~httpApiEncoding": encoding