- perf: improve header token parsing speed
- perf: hoist regular expression
- Only accept valid field names in the
field
argument- Ensures the resulting string is a valid HTTP header value
- Fix setting empty header from empty
field
- perf: enable strict mode
- perf: remove argument reassignments
- Accept valid
Vary
header string asfield
- Add
vary.append
for low-level string manipulation - Move to
jshttp
organization
- Support array of fields to set
- Initial release