CitadelCore
CitadelCore copied to clipboard
Cross platform filtering HTTP/S proxy based on .NET Standard 2.0.
Right now the design of the proxy server constructor that accepts the configuration mechanism is a little.. bonkers. It demands/requires all callbacks to be set, but you can construct the...
Last cov scan was 6 months ago. Pretty sure I resolved the two issues listed there, but re-check, then submit for a new scan.
It would be quite useful to be able to ignore certain exceptions, such as operation cancellation exceptions.
We need a generic error handler callback. Ultimately we want users of the library to have complete control over the internet experience of their users. So, if SSL fails, for...
We don't have any content inspection callbacks available for websockets. We need to implement them, including the upcoming 3.0.x "stream" inspection.
Document offline coverity build process: - Need build tools command prompt + cov-build in PATH - Travis-CI doesn't support this with .NET core presently - SonarQube analysis process (offline server,...
https://github.com/aspnet/WebSockets/issues/19 https://github.com/dotnet/corefx/issues/15430 The autobahn test on CitadelCore only fails here but that's just because the whole thing is missing.