websocket-kit
websocket-kit copied to clipboard
Add NIOT
Add NIOTransportServices support on Apple platforms.
On apple platforms it is best to use the NIOTSEventLoopGroup and use the corresponding SSL configurations.
This PR also adds a HTTPChannelIntercepter that can be used to inspect the HTTP handshake requests (for locking etc).
@0xTim I added the checks and package file for 5.2 i think the version checks i did are also in the correct places. (i did think that this might fail if for some reason someone has a package called Network installed on linux but maybe not im not sure how the compiler works with these canImport stuff should i also but a platform condition in place?
@hishnash I think canImport should be fine
@0xTim cool are there any other changes i need to make.
@hishnash sorry I've just spotted this! Sorry about the massive e delay. Is this now solved by #107 ?