Glimpse / Glimpse.Prototype

Glimpse v2 prototype
MIT License
184 stars 44 forks source link

Inject Glimpse Scripts Without Razor Dependency #77

Open nikmd23 opened 8 years ago

nikmd23 commented 8 years ago

For ASP.NET5 users who aren't using Razor, we may want to provide a solution that automatically injects the Glimpse script tabs via a wrapper around the response stream.

The following considerations need to be taken into account:

emyann commented 8 years ago

Hi @nikmd23 , I would like to know if you have already started to address this issue / enhancement of the GlimpseAgentMiddleware ? I've just installed the 2.0.0-beta1 version along with aspnet5-1.0.0-rc1 and the client works like a charm on a web api ! That would be great if we could have the HUD directly injected in the page when we browse api responses or HTML's static pages. I searched through sources a way to plug a middleware as you described but I find it better to ask you some informations before starting anything. Thank you, let me know if I can help !

nikmd23 commented 8 years ago

Hi @emyann!

Thanks for showing interest in contributing to Glimpse.

We have not started this work. We have a similar idea in Glimpse v1 that might serve as a starting point.

As far as where this would be implemented in Glimpse v2, I would think we'd start by looking at GlimpseAgentMiddleware.