Implemented example for request parsing to structure

This commit is contained in:
someone 2024-04-18 10:28:58 +02:00
parent 3248951e63
commit 0e6d8104e6

View file

@ -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::*;