-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move to HTTP Inspector #2626
Move to HTTP Inspector #2626
Conversation
Codecov ReportBase: 88.622% // Head: 88.553% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2626 +/- ##
=============================================
- Coverage 88.622% 88.553% -0.069%
=============================================
Files 81 81
Lines 6706 6701 -5
Branches 1143 1143
=============================================
- Hits 5943 5934 -9
- Misses 527 528 +1
- Partials 236 239 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Replace #2620 and #2618
This PR does the following:
Inspector
to a Sanic app from a simple TCP socket with a custom protocol--inspect
commands so that we can nest them:sanic inspect ...
inspector_class
to theSanic
instance similar to some other classes to allow for simple extendabilityBecause there is a simple pattern to extend, it is possible to add your own custom commands: