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

consistent naming

This commit is contained in:
Nikolay Kim
2017-11-26 22:31:29 -08:00
parent 45433f71e5
commit 0519056199
10 changed files with 25 additions and 24 deletions

View File

@ -18,7 +18,7 @@ fn test_response_cookies() {
let cookies = req.load_cookies().unwrap();
let resp = httpcodes::HTTPOk
.builder()
.build()
.cookie(Cookie::build("name", "value")
.domain("www.rust-lang.org")
.path("/test")