1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-25 18:09:22 +02:00

add path and query extractors

This commit is contained in:
Nikolay Kim
2018-03-26 15:58:30 -07:00
parent a56e5113ee
commit 68cf32e848
9 changed files with 290 additions and 3 deletions

View File

@ -1,7 +1,6 @@
#![allow(unused)]
use std::fmt::{self, Display};
use std::str::FromStr;
use std::ascii::AsciiExt;
use self::Charset::*;