1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-20 04:35:38 +02:00

add 431 and 451 status codes

This commit is contained in:
Rob Ede
2021-02-11 22:58:35 +00:00
parent 77efc09362
commit c1af5089b9
10 changed files with 35 additions and 28 deletions

View File

@@ -9,7 +9,7 @@ use percent_encoding::{AsciiSet, CONTROLS};
pub use http::header::*;
use crate::error::ParseError;
use crate::httpmessage::HttpMessage;
use crate::HttpMessage;
mod as_name;
mod into_pair;