An application level IO independent h2 library
Project description
GET Hy the Fastest Way!
GetHy?
GetHy is pronounced “Get high”. It stands for “Get Hypertext Transfer Protocol”. It is one of those awkward word-playing jokes.
GetHy is an application level IO indenpent HTTP/2 library. It can be used in any IO model and is super easy to use.
HTTP was intended to be a stateless protocol. At my best understanding, HTTP/2 changes that a little bit at the Session and Presentation level.
Therefore, using HTTP/2 directly is a little bit counter intuitive if you are used to the stateless Request-Response model. However, HTTP/2 at an Application level is or should be still stateless. It doesn’t change the HTTP semantics for application/Web developers.
This library utilizes the powerful and only Python HTTP/2 library h2.
h2 is not an application level library in terms of that it doesn’t provide the GET, POST kind of semantics for the user. GetHy builds on top of h2 and provides the user Web level semantics.
Like h2, GetHy does not do IO at all! You are free to use whatever IO model.
Off course you should use coroutines. Because you should check out my Web framework hyper2web.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file gethy-0.0.0.tar.gz
.
File metadata
- Download URL: gethy-0.0.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28aa08a3695997a455bb5807a5f55fdcba2dfe4e22800ea92301236945b557d6 |
|
MD5 | 08e9a0ca3c346c1816309770cddeb5f7 |
|
BLAKE2b-256 | a8cffc507c85c7a0d2cfe9d0244ee87adbfee976e49ac84db1339ff0cd581350 |