tower-rs / tower-http

HTTP specific Tower utilities.
675 stars 156 forks source link

Relax body trait bound #479

Closed tottoto closed 5 months ago

tottoto commented 5 months ago

Motivation

Body trait bound does not seem to be needed in these response body type.

Solution

Removes Body trait requirement from these type parameters.