WebAssembly / wasi-http

139 stars 24 forks source link

http: note field keys returned have whitespace trimmed #125

Closed guybedford closed 2 months ago

guybedford commented 2 months ago

Resolves https://github.com/WebAssembly/wasi-http/issues/123, in allowing better optimizations for implementations since this is the only normalization (as opposed to validation) step required for field keys in the fetch specification.

guybedford commented 2 months ago

Whitespace trimming applies to values not keys. Closing this one and updated the discussion in https://github.com/WebAssembly/wasi-http/issues/123 with further nuances.