Skip to content

HTTP version support detection

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 05:59
· 28 commits to refs/heads/master since this release

Added

  • Add new is_http_version_supported function which allows you to check whether support for a particular HTTP version is available at runtime. When statically linking this will be entirely dependent on your build configuration, but if you are dynamically linking to libcurl then it will vary from system to system. (#368) @sagebind

Changed

Dependency Updates