tower-rs / tower-http

HTTP specific Tower utilities.
680 stars 159 forks source link

Add ServiceExt trait #410

Open GuillerLT opened 11 months ago

GuillerLT commented 11 months ago

Add ServiceExt trait

Motivation

Extension trait for tower Services that provides a variety of convenient adapters.

Solution

Similar to tower::ServiceExt or axum::ServiceExt.


To do: