-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Kayak #18
Comments
why? |
Not maintained any more. last commit in kayak was 2 years ago |
+1 |
I was going to use HttpListener to create a fake http server but I found your package instead. I think I could help you with using HttpListener if you're interested. |
@nikklassen That would be great. I'm spiking it, but haven't had time to work on it a lot. Feel free to have a go. |
What about using the new Katana and OWIN projects? They provide great self hosting capabilities for web based applications: http://www.asp.net/aspnet/overview/owin-and-katana/an-overview-of-project-katana |
Hey @jozefizso Apologies for the late reply. I've been away. HttpMock isn't intended to serve web applications. I need an HTTP server, that I can hook into at runtime, without needing to define routes and handlers. |
I see. I though that OWIN would provide such hooks. |
@hibri What you think about Nowin https://github.com/Bobris/Nowin? This is pure .NET web server. You can build you own OWIN middleware without routing and etc. |
@mfilippov thanks for that. I'll look into it. Feel free to send me a PR with a spike :) |
FWIW, I am running into this issue with Kayak when trying to use this library (everything installed from NuGet):
|
@oschwald could you please reproduce this and raise a separate issue for this ? I'd like to fix it with the current implementation if possible. Thanks for reporting it :) |
No description provided.
The text was updated successfully, but these errors were encountered: