Vapor v4.24.0 Release Notes

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

    ➕ Adds writeFile method to request's FileIO helper (#2418).

    // Writes "hello" to /path/to/file.txt// Returns a future indicating when the write has completed. req.fileio.writeFile(.init(string: "hello"), at: "/path/to/file.txt")