uWebSockets v18.14.0 Release Notes

Release Date: 2020-09-28 // over 3 years ago
  • getQuery with key

    • HttpRequest::getQuery now takes (optional) key and returns the URI-decoded value if present in the querystring.
    • ✅ Fuzz test for QueryParser added, with dictionary.
    • Make sure to use this feature when possible, as decodeURIComponent is roughly 400x slower.