Search code examples
iosswiftalamofire

Does Alamofire support HTTP/2's new features?


I want to know if Alamofire supports HTTP/2's new features like:

  • Multi requests and responses in same connection

  • Push feature


Solution

  • Alamofire supports all of the same standards as URLSession, which includes HTTP/2.

    https://github.com/Alamofire/Alamofire/issues/935

    Let me know if this answers your question and if I should give more Context.