obsidian-rs / obsidian

Ergonomic async http framework for reliable and efficient web
MIT License
26 stars 4 forks source link

Unable to use context in response flow #47

Closed plwai closed 4 years ago

plwai commented 4 years ago

In current App flow, context lifetime ends at the user endpoint handler which causing the flow of send dynamic data to response flow becomes difficult. In order to extend context lifetime, context should be return as the response.

plwai commented 4 years ago

Done