issue:2832 Adjust documentation for using state properties within http -> https redirects doc.#2864
Conversation
…p -> https redirects doc.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2864 +/- ##
=============================================
+ Coverage 88.325% 88.383% +0.057%
=============================================
Files 92 92
Lines 7178 7188 +10
Branches 1233 1234 +1
=============================================
+ Hits 6340 6353 +13
+ Misses 582 580 -2
+ Partials 256 255 -1 ☔ View full report in Codecov by Sentry. |
|
Thanks for this. Just as an FYI thought, the actual current deployment is here: https://github.com/sanic-org/sanic-guide Coming soon the code your change will be released and the site will run from that codebase though. |
good to know, thanks for sharing @ahopkins |
This comes from a request to adjust documentation related to the http -> httpx redirects.
Issue link: #2832
Please note that
signalizeandfinalizeusage hasn't been adjusted, since more details needed to confirm that errors come from the sanic library and not related to local user setup.