sripberger
sripberger
As discussed in #59, a reference to the Koa app is currently accepted so the middleware initializer can modify it for performance reasons. This makes sense, but it sort of...
**Is your feature request related to a problem? Please describe.** Yes. Sinon's injection and cleanup features are difficult to use for truly unobtrusive unit testing of function modules-- i.e. modules...
**Is your feature request related to a problem? Please describe.** I'm seeing that you guys are blindly setting `Access-Control-Allow-Origin` to match the `Origin` header of the request, regardless of what...
Not all OPTIONS requests are CORS preflight requests from browsers. This middleware correctly checks to make sure that `Access-Control-Request-Method` is present before fully treating a request as a preflight-- however,...