How to use HTTP/2's pushing features with curl? How to use HTTP/2's pushing features with curl? curl curl

How to use HTTP/2's pushing features with curl?


curl (the command line tool) doesn't support HTTP/2 push (yet).

You can only make use of it when doing HTTP/2 with libcurl and not the command line tool.