actix-web/awc/src
Rob Ede 6f0a6bd1bb
address clippy lints
For intrepid commit message readers:
The choice to add allows for the inlined format args lint instead of actually
inlining them is not very clear because our actual real world MSRV is not clear.
We currently claim 1.60 is our MSRV but this is mainly due to dependencies. I'm
fairly sure that we could support < 1.58 if those deps are outdated in a users
lockfile. We'll remove these allows again at some point soon.
2023-01-01 20:56:34 +00:00
..
client fix version requirement for futures_util 2022-12-18 01:34:48 +00:00
middleware awc: correctly handle redirections that begins with `//` (#2840) 2022-08-25 03:12:58 +01:00
responses align hello-world examples 2022-03-05 23:15:33 +00:00
any_body.rs fix impl assertions 2022-02-08 14:32:57 +00:00
builder.rs address clippy lints 2023-01-01 20:56:34 +00:00
connect.rs prepare awc release 3.0.0 (#2684) 2022-03-08 16:51:40 +00:00
error.rs reduce -http re-exports in awc 2021-12-25 02:34:35 +00:00
frozen.rs use modern signatures for awc `send_*` and `header` methods (#2553) 2021-12-28 03:22:22 +00:00
lib.rs address clippy lints 2023-01-01 20:56:34 +00:00
request.rs address clippy lints 2023-01-01 20:56:34 +00:00
sender.rs use modern signatures for awc `send_*` and `header` methods (#2553) 2021-12-28 03:22:22 +00:00
test.rs relax unpin bounds on payload types (#2545) 2021-12-24 17:47:47 +00:00
ws.rs address clippy lints 2023-01-01 20:56:34 +00:00