Replies: 1 comment 1 reply
-
No such files exist in axum. This has to be related to your specific application, not axum. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Bare bones Axum - just learning this framework.
When I make a request to Axum server locally from a browser, I don't see the HTTP request and response as I would in other languages and frameworks. Instead I see,
viewer.css
andweb-accessible.js
. How do I set up axum to see the HTTP traffic in the browser's devtools?axum version
0.7.4
Beta Was this translation helpful? Give feedback.
All reactions