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

14 Commits

Author SHA1 Message Date
ecba6e21da chore: fmt project 2024-12-29 14:27:58 +00:00
39bab04800 chore: remove redundant imports 2024-02-19 11:36:15 +00:00
8d5d1dbf6f bump MSRV to 1.65 (#485) 2023-07-17 03:05:39 +01:00
dc67ba770d fmt with import grouping 2022-04-10 02:48:53 +01:00
90f205a465 standardize crate level lints 2021-12-08 06:09:46 +00:00
fb27ffc525 add future::Either type to utils (#305) 2021-04-01 13:53:44 +01:00
91ea8c5dad remove service dev module and add transformext trait
also improve docs on transform and boxed mods
2021-03-10 03:18:09 +00:00
636cef8868 service trait takes shared self reference (#247) 2021-01-23 03:06:22 +00:00
f751cf5acb use convert err on forward_ready! (#246) 2021-01-09 14:13:16 +00:00
8a58a341a4 service improvements (#233) 2020-12-27 14:15:42 +00:00
3ab8c3eb69 service trait takes request type parameter (#232) 2020-12-27 04:28:00 +00:00
b296d0f254 Intradoc links conversion (#227)
* intra doc conversion

* rm trailing blank comment
2020-12-14 08:22:30 +00:00
4e43216b99 standardise compiler lints across all crates (#226) 2020-12-12 23:24:00 +00:00
aed5fecc8a Add support for tokio tracing for actix Service. (#86)
* Add support for tokio tracing for actix Service.

* Address comments

* Change trace's return type to ApplyTransform

* Remove redundant type args

* Remove reference to MakeSpan from docs
2020-01-15 11:43:52 -08:00