swift-nio-extras
swift-nio-extras copied to clipboard
Useful code around SwiftNIO.
### Motivation: To migrate to GitHub actions and centralised infrastructure. ### Modifications: Changes of note: * Adopt swift-format using rules from SwiftNIO * Remove scripts and docker files which are...
Adds a new HTTPResponseCompressor intent that should be used to signal when compression is not supported. ### Motivation: Vapor currently does not return a 415 status code when compression is...
As mentioned, `public convenience init(initialByteBufferCapacity: Int)` is now redundant, but has been left in purely for backwards compatibility when referring to the initializer directly rather than calling it, and can...