tower-rs / tower-http

HTTP specific Tower utilities.
707 stars 165 forks source link

Add new SetTaskLocal layer / service #512

Closed jplatte closed 6 days ago

jplatte commented 2 months ago

Motivation

Allows easy state sharing via tokio::task_local!. Somewhat similar to AddExtensionLayer.

Solution

Add SetTaskLocalLayer and SetTaskLocal service.

ikrivosheev commented 6 days ago

@jplatte maybe can you move this layer to tower? I don't see specific things for http.

jplatte commented 6 days ago

You're right. Though I don't currently have the motivation to figure out the details of why my initial implementation didn't work out. Anyways, if that changes I'll make a PR to tower.