Implemented example for request parsing to structure
This commit is contained in:
parent
3248951e63
commit
0e6d8104e6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
use axum::{
|
use axum::{
|
||||||
extract::Request,
|
extract::Request,
|
||||||
http::StatusCode,
|
http::StatusCode,
|
||||||
routing::{get, trace},
|
routing::{get,post, trace},
|
||||||
Router,
|
Router,
|
||||||
};
|
};
|
||||||
use log::*;
|
use log::*;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue