mirror of https://github.com/fafhrd91/actix-web
fix doc test
This commit is contained in:
parent
a0fe71d389
commit
77ea1cdd4b
|
@ -271,7 +271,7 @@ impl ClientRequest {
|
|||
/// async fn main() {
|
||||
/// let resp = awc::Client::new().get("https://www.rust-lang.org")
|
||||
/// .cookie(
|
||||
/// awc::http::Cookie::build("name", "value")
|
||||
/// awc::cookie::Cookie::build("name", "value")
|
||||
/// .domain("www.rust-lang.org")
|
||||
/// .path("/")
|
||||
/// .secure(true)
|
||||
|
|
Loading…
Reference in New Issue