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

update tests

This commit is contained in:
Nikolay Kim
2017-11-26 22:59:04 -08:00
parent 170d3163f3
commit 42716d3252
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ extern crate http;
extern crate time;
use std::str;
use actix_web::*;
use actix_web::dev::*;
use http::{header, Method, Version, HeaderMap};