Fred Vollmer
Fred Vollmer
## Expected Behavior It would be great if it was possible to whitelist a path only for certain HTTP verbs. For example, we would like to make `GET /api/v1/flags` publicly...
Is there any reason why both `some` and `none` have to specified in the object passed to the `match` function? Often times I only need to take action if the...
It would be awesome to have some Scala-esque syntactic sugar around creating an empty `Option`...my proposed solution would be ``` export const None = optional(null); ```