This commit is contained in:
Martin Algesten
2018-07-01 19:06:22 +02:00
parent fc1d908d9c
commit cc000da9bc

View File

@@ -51,7 +51,7 @@
//! //!
//! To maintain a state, cookies, between requests, you use an [agent](struct.Agent.html). //! To maintain a state, cookies, between requests, you use an [agent](struct.Agent.html).
//! Agents also follow the build pattern. Agents are created with //! Agents also follow the build pattern. Agents are created with
//! [`ureq::agent().build()`](struct.Agent.html). //! [`ureq::agent()`](struct.Agent.html).
//! //!
//! # Content-Length //! # Content-Length
//! //!