Open
Description
Just a small thing, and you don't have to agree with me but, I consider that in these cases it would be more readable an API with a third param as an options object like:
set(key, value[, {clobber: true}]);
since when in code you know what that false/true means:
c.set('a-HEADER', 'more', {clobber: false});
What do you think?
Metadata
Metadata
Assignees
Labels
No labels