Skip to content

Instantly share code, notes, and snippets.

@LukeSmith16
Created April 7, 2023 17:11
Show Gist options
  • Save LukeSmith16/4183bfa05744d07208da0919ff38b23f to your computer and use it in GitHub Desktop.
Save LukeSmith16/4183bfa05744d07208da0919ff38b23f to your computer and use it in GitHub Desktop.
var request = URLRequest(url: myURL))
// If our server supports HTTP/3.0, we can enable this to speed up the discovery process; allowing our stack to assume we have a HTTP/3.0 compliant server.
request.assumesHTTP3Capable = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment