sanic/sanic/mixins
Frederik Gelder 8f06d035cb
fixing static request handler logging exception on 404 (#2099)
* fixing static request handler logging exception when not necessary, adding test to verify exception is gone on 404

* Fixup tests

* Fix tests

* resolve test failure

Co-authored-by: Adam Hopkins <admhpkns@gmail.com>
2021-04-06 22:20:25 +03:00
..
__init__.py Breakup App and Bluieprint 2021-01-26 23:14:47 +02:00
exceptions.py Add some test coverage 2021-02-15 21:50:20 +02:00
listeners.py Add convenience decorators for new listeners (#2064) 2021-03-16 11:21:05 +02:00
middleware.py RFC/1630 Signals (#2042) 2021-03-14 10:09:07 +02:00
routes.py fixing static request handler logging exception on 404 (#2099) 2021-04-06 22:20:25 +03:00
signals.py Add add_signal method (#2061) 2021-03-14 14:06:27 +02:00