stratdev3
stratdev3
thanks for the merge
Hi, Actually SimpleW only support `http` cause my use case was "everything behind an https reverse proxy", (ie: nginx). Until recently, i will have to embed SimpleW with `https` inside...
@samdubey I just release v12.0.0 which now support https protocol. As you can see in the [documentation](https://github.com/stratdev3/SimpleW#https) it requires very few line changes from the http mode. I made a...
Hi, I will look into it. If minor changes can result as i net framework support, i will do it.
@veso266 You made a great work. I check your zip and found a significant amount of changes. While you spent time to improve the compability, i prefer to keep the...
Hi, What do mean by session management ?
No such feature. You have to make your own `Session` by sublassing the `HttpSession` and/or abusing the whole `OnReceivedRequest()` like other people have done.
same here : https://github.com/open-telemetry/opentelemetry-dotnet/issues/6296 In fact, the v1.12.0 contains too many regression, only the v1.10.0 is working properly. Why there is no warning about this and how the v1.12 is...
> merge the WS class with the WS class i do not understand ?