1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00
Commit Graph

34 Commits

Author SHA1 Message Date
9656383646 build(deps): update derive_more requirement from 1 to 2 (#3571)
* build(deps): update derive_more requirement from 1 to 2

Updates the requirements on [derive_more](https://github.com/JelteF/derive_more) to permit the latest version.
- [Release notes](https://github.com/JelteF/derive_more/releases)
- [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JelteF/derive_more/compare/v1.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: derive_more
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* refactor: simplify derive_more calls

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2025-02-10 01:27:56 +00:00
d6bdfac1b9 build(deps): update derive_more to v1.0 (#3453)
* build(deps): update derive_more to v1.0

* refactor: use from derive module

---------

Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-08-18 14:17:03 +00:00
5e5e5d8315 chore: remove allow(uninlined_format_args) 2023-12-16 10:33:00 +00:00
5e29726c4f standardize error messages in actix-http 2023-03-13 17:17:02 +00:00
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
3200de3f34 fix request head timeout (#2611) 2022-01-31 17:30:34 +00:00
406f694095 standardize rustfmt max_width 2021-12-08 06:01:11 +00:00
c7c02ef99d body ergonomics v3 (#2468) 2021-12-04 19:40:47 +00:00
532f7b9923 refined error model (#2253) 2021-06-17 17:57:58 +01:00
f277b128b6 cleanup ws test (#2213) 2021-05-13 12:24:32 +01:00
900c9e270e remove responsebody indirection from response (#2201) 2021-05-09 20:12:48 +01:00
23e0c9b6e0 remove http-codes builders from actix-http (#2159) 2021-04-14 02:00:14 +01:00
c8ed8dd1a4 migrate to -utils beta 4 (#2127) 2021-04-01 15:26:13 +01:00
e8ce73b496 update dep docs 2021-03-29 11:52:59 +01:00
3dc2d145ef import some traits as _ 2021-03-17 00:38:54 +00:00
41bc04b1c4 Use immutable reference of service state. Update awc dns resolver. (#1905) 2021-02-07 01:00:40 +00:00
7d632d0b7b use ByteString as container for websocket text message (#1864) 2021-01-04 11:27:32 +00:00
32de9f8840 Tokio 1.0 (#1813)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-01-03 23:47:04 +00:00
8497b5f490 integrate with updated actix-{codec, utils} (#1634) 2020-08-24 10:13:35 +01:00
292af145cb http: Minimize futures dependencies 2020-05-19 08:29:11 +09:00
e718f65121 Update tests 2020-03-08 16:42:45 +09:00
3b860ebdc7 Fix poll_ready call for WebSockets upgrade (#1219)
* Fix poll_ready call for WebSockets upgrade

* Poll upgrade service from H1ServiceHandler too
2019-12-17 13:34:25 +06:00
4937c9f9c2 refactor http-test server 2019-12-12 23:08:38 +06:00
b4b3350b3e Add websockets continuation frame support 2019-12-12 14:06:54 +06:00
131c897099 upgrade to actix-net release 2019-12-11 19:20:20 +06:00
1f3ffe38e8 update actix-service dep 2019-12-08 19:25:24 +06:00
205a964d8f upgrade to tokio 0.2 2019-12-05 23:35:43 +06:00
f4c01384ec update to latest actix-net 2019-12-02 17:33:11 +06:00
4dc31aac93 use actix_rt::test for test setup 2019-11-26 11:25:50 +06:00
1ffa7d18d3 drop unpin constraint 2019-11-21 16:02:17 +06:00
d115b3b3ed ws verifyciation takes RequestHead; add SendError utility service 2019-04-11 14:00:32 -07:00
561f83d044 add upgrade service support to h1 dispatcher 2019-04-08 17:51:14 -07:00
c59937784e add client websockets support 2019-03-27 18:53:19 -07:00
c7ad677804 Merge actix-http project 2019-03-26 11:54:35 -07:00