Skip to content

Fixes RequestHeader::put behaviour

Compare
Choose a tag to compare
@jcchavezs jcchavezs released this 18 May 22:30
4e49ac5

Currently the put behaviour was misleading as it was appending values if the header already existed. With this change it will honour the name put as it will override whatever is in there.