curl-http2.rst 366 B

12345678
  1. curl-http2
  2. ----------
  3. * When building CMake itself from source and not using a system-provided
  4. libcurl, HTTP/2 support is now enabled for commands supporting
  5. network communication via ``http(s)``, such as :command:`file(DOWNLOAD)`,
  6. :command:`file(UPLOAD)`, and :command:`ctest_submit`.
  7. The precompiled binaries provided on ``cmake.org`` now support HTTP/2.