You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
Now that we have SharpRaven.Nancy out with support for capturing HTTP context information from Nancy, I feel we have an idea on how to solve this for different environments. Since HTTP context stuff usually isn't interface based, it's hard to abstract much more, at least until OWIN is the only interface we need to cater to. I'm therefore closing this.
Right now it seems fairly complex to utilize User/Http contexts. It might make sense to do something similar to the following pattern for APIs:
(Pardon my entire lack of familiarity with C# :)
The text was updated successfully, but these errors were encountered: