Exception on OPTIONS
dnutiu opened this issue · 2 comments
dnutiu commented
Hello,
I get a KeyError: '__START_TIME__'
when I send an OPTIONS request, maybe the library should ignore the OPTIONS req. I'm also using it together with Sanic-Cors
.
dnutiu commented
Made a PR:#23
My PR could be changed to add a list of predefined ignored request/response methods.
dkruchinin commented
Thank you @dnutiu, I've merged your PR with master 👍