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:
@ -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")
|
||||
|
Reference in New Issue
Block a user