mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-21 13:15:38 +02:00
add path and query extractors
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#![allow(unused)]
|
||||
use std::fmt::{self, Display};
|
||||
use std::str::FromStr;
|
||||
use std::ascii::AsciiExt;
|
||||
|
||||
use self::Charset::*;
|
||||
|
||||
|
Reference in New Issue
Block a user