Closed jplatte closed 6 days ago
@jplatte maybe can you move this layer to tower
? I don't see specific things for http.
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.
Motivation
Allows easy state sharing via
tokio::task_local!
. Somewhat similar toAddExtensionLayer
.Solution
Add
SetTaskLocalLayer
andSetTaskLocal
service.