Files
ureq/src
Jacob Hoffman-Andrews aae05c5614 Agent tweaks for 2.0
Replace `this` idiom with `mut self`.

Move idle connections constants from pool.rs to agent.rs.

Remove Agent.set and some convenience request methods
(leaving get, post, and put).

Move max_idle_connections setting from AgentConfig to AgentBuilder
(since the builder passes these to ConnectionPool and the Agent
doesn't subsequently need them).

Eliminate duplicate copy of proxy in AgentState; use the one in
AgentConfig.
2020-10-30 05:49:01 +01:00
..
2020-10-30 05:49:01 +01:00
2020-10-25 11:47:38 +01:00
2020-10-25 11:47:38 +01:00
2020-10-17 17:59:29 -07:00
2020-10-30 05:49:01 +01:00
2020-07-08 08:41:43 -07:00
2020-10-30 05:49:01 +01:00
2020-10-25 11:47:38 +01:00
2020-10-25 11:47:38 +01:00