-
TLDR: The infrastructure backing HttpResponse bodies has changed. If you're using HttpResponse directly you should not need to make any code changes. Read further if you were wrapping or replacing Htt…
-
We need to verify that we either log the response correctly or disable request and response logging for websocket upgrades.
-
"it’s currently not possible to add the request info via middleware in the current form as we expect an HttpActionContext and use the request object from that.. I almost think that the web api plugin …
-
I would like to show the enum with the int value and string.
I find a solution here, but it needs another library [Swashbuckle.Core](https://www.nuget.org/packages/Swashbuckle.Core/)
https://stackov…
-
Hi,
I'm trying to use unix socket with Owin and Nancy activated. With the `ListenUnixSocket()` all of my requests return `500` whereas with the standard tcp bidding `Listen()` everything is fine !
…
-
When running AspNetCore on an owin pipeline, `[FromBody]` model binding fails because of [this exception being thrown](https://github.com/aspnet/HttpAbstractions/blob/ce49e95239cfca6f857716082fda767ee…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Hi,
I am trying to host Razor views (*.cshtml) in an hybrid wpf app (BlazorWebView). Got ev…
-
I’m working on a .net 4.6.1 framework project which uses owin with a startup.cs file. I have my elastic config code written in a separate file with the server URL, Apikey and the service name defined.…
-
I have a mangler setup, but it doesn't seem to be that useful now.
Let's find some use-cases, and then we can change the meaning of the mangler to be at its most useful state.
Mangler hook (or u…
-
## Summary
Two of the building blocks in System.Web were `IHttpModule` and`IHttpHandler`. These allowed hooking into the framework in different ways.
- `IHttpModule` exposed some events that al…