impl rest of http

This commit is contained in:
Aleksandr 2025-10-06 20:24:47 +03:00
parent 5743585a77
commit d3c25799cd
6 changed files with 277 additions and 11 deletions

View file

@ -2,7 +2,7 @@ use axum::{
http::StatusCode,
response::{IntoResponse, Response as AxumResponse},
};
use serde::{Serialize, Deserialize};
use serde::{Deserialize, Serialize};
use crate::format::{DumpParams, Format};
use crate::requests::{IsResponse, status_code::HasStatusCode};