CitadelCore icon indicating copy to clipboard operation
CitadelCore copied to clipboard

Cross platform filtering HTTP/S proxy based on .NET Standard 2.0.

Results 7 CitadelCore issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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.

enhancement

It would be quite useful to be able to ignore certain exceptions, such as operation cancellation exceptions.

enhancement

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...

enhancement

We don't have any content inspection callbacks available for websockets. We need to implement them, including the upcoming 3.0.x "stream" inspection.

enhancement

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,...

documentation

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.

external