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
Feature request: Swap usage of HttpListeners for other libraries.
Quickly realized upon trying to use this library that you are heavily dependent on MS HttpListener functionality for routing as well as your current iteration of "builder" i.e. factory classes.
In particular there is no way to use embedded certs (for a use case for embedded certs where installing certs is counterproductive and undesirable). This is entirely possible and multiple other C# libraries do this without a problem. However the use of HttpListener makes this difficult if not impossible to achieve with this library. As a result I am evaluating different more capable libraries...
The text was updated successfully, but these errors were encountered:
It should be possible to use Kestrel instead of HttpListener, I don't know if someone already made this, but else I can work on an extension. All in all I like how straight-forward grapvine is and it's easy to use functionality. There's always room for improvement, check out my fork on https://github.com/spreedated/grapevine
Feature request: Swap usage of HttpListeners for other libraries.
Quickly realized upon trying to use this library that you are heavily dependent on MS HttpListener functionality for routing as well as your current iteration of "builder" i.e. factory classes.
In particular there is no way to use embedded certs (for a use case for embedded certs where installing certs is counterproductive and undesirable). This is entirely possible and multiple other C# libraries do this without a problem. However the use of HttpListener makes this difficult if not impossible to achieve with this library. As a result I am evaluating different more capable libraries...
The text was updated successfully, but these errors were encountered: