curveball / core

The Curveball framework is a TypeScript framework for node.js with support for modern HTTP features.
https://curveballjs.org/
MIT License
526 stars 7 forks source link

The is() function should also be able to match on a wildcard. #114

Closed evert closed 4 years ago

evert commented 4 years ago

e.g.:

A content-type of 'application/json' should match 'application/*'