About Anaconda Help Download Anaconda

HTTP/2 State-Machine based protocol implementation

Installers

  • linux-64 v4.2.0
  • osx-arm64 v4.2.0
  • linux-aarch64 v4.2.0
  • osx-64 v4.2.0
  • win-64 v4.2.0
  • linux-32 v3.0.1
  • linux-ppc64le v4.0.0
  • win-32 v4.0.0

conda install

To install this package run one of the following:
conda install main::h2

Description

h2 is a HTTP/2 protocol stack, written entirely in Python. The goal of h2 is to be a common HTTP/2 stack for the Python ecosystem, usable in all programs regardless of concurrency model or environment. To achieve this, h2 is entirely self-contained: it does no I/O of any kind, leaving that up to a wrapper library to control. This ensures that it can seamlessly work in all kinds of environments, from single-threaded code to Twisted.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.0) Legal | Privacy Policy