Vapor v4.26.0 Release Notes

Release Date: 2020-07-20 // almost 4 years ago
  • 🚀 ###### This patch was authored by @jshier and released by @tanner0101.

    ➕ Adds a webSocket route overload that accepts an array instead of variadic path (#2445, #2434).

    app.webSocket(["foo", "bar"]) { req, ws in// Handle WebSocket client.}