express-http-context icon indicating copy to clipboard operation
express-http-context copied to clipboard

feature request: get all keys or values

Open calebolsonoverjet opened this issue 3 years ago • 0 comments

I want to be able to get all keys and values stored in the current http context without needing to know all the keys.

To do this, I'd like a method exposed that will return an array of all keys. Or perhaps a method that returns an array of arrays of key and value pairs.

Similar to Object.keys or Object.entries on a javascript object.

calebolsonoverjet avatar Apr 22 '22 16:04 calebolsonoverjet