mirror of
https://github.com/tokio-rs/axum.git
synced 2025-04-26 13:56:22 +02:00
just print the whole router
This commit is contained in:
parent
d935c1b8fd
commit
264462131f
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ where
|
|||
let uri = req.uri();
|
||||
let headers = req.headers();
|
||||
unreachable!(
|
||||
"version={version:?}; method={method:?}; uri={uri:?}; headers={headers:?}",
|
||||
"router={self:?}; version={version:?}; method={method:?}; uri={uri:?}; headers={headers:?}",
|
||||
)
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue