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

rearrange exports

This commit is contained in:
Nikolay Kim
2017-12-07 16:40:29 -08:00
parent 968f5d39d6
commit dff7618f35
5 changed files with 19 additions and 11 deletions

View File

@ -20,7 +20,7 @@ fn test_response_cookies() {
let resp = httpcodes::HTTPOk
.build()
.cookie(Cookie::build("name", "value")
.cookie(headers::Cookie::build("name", "value")
.domain("www.rust-lang.org")
.path("/test")
.http_only(true)