swift-nio-extras icon indicating copy to clipboard operation
swift-nio-extras copied to clipboard

Useful code around SwiftNIO.

Results 23 swift-nio-extras issues
Sort by recently updated
recently updated
newest added

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

semver/none

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