mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 06:39:22 +02:00
rearrange exports
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user