1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-12 18:29:34 +00:00
actix-web/awc/src
2021-12-28 03:22:22 +00:00
..
client use const header values where possible 2021-12-27 16:15:33 +00:00
middleware use modern signatures for awc send_* and header methods (#2553) 2021-12-28 03:22:22 +00:00
responses use modern signatures for awc send_* and header methods (#2553) 2021-12-28 03:22:22 +00:00
any_body.rs use modern signatures for awc send_* and header methods (#2553) 2021-12-28 03:22:22 +00:00
builder.rs move client to own module 2021-12-25 02:34:31 +00:00
connect.rs ClientRequest::send_body takes impl MessageBody (#2546) 2021-12-25 02:33:37 +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 reduce -http re-exports in awc 2021-12-25 02:34:35 +00:00
request.rs use modern signatures for awc send_* and header methods (#2553) 2021-12-28 03:22:22 +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 use const header values where possible 2021-12-27 16:15:33 +00:00