| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.15.0 - Allow _send(_ binary_)_ to accept _some DataProtocol_ source code.tar.gz | 2024-03-20 | 20.2 kB | |
| 2.15.0 - Allow _send(_ binary_)_ to accept _some DataProtocol_ source code.zip | 2024-03-20 | 30.5 kB | |
| README.md | 2024-03-20 | 345 Bytes | |
| Totals: 3 Items | 51.0 kB | 0 | |
What's Changed
Allow send(_ binary:) to accept some DataProtocol by @fizker in [#146]
This allows for passing in
DataorByteBufferViewtosend(_:), as well as the currently-supported[UInt8]type.
This patch was released by @0xTim
Full Changelog: https://github.com/vapor/websocket-kit/compare/2.14.0...2.15.0