SCGI implementation based on Trio
Project description
This library implements the SCGI protocol (https://www.python.ca/scgi/protocol.txt). It bases on Trio (https://trio.readthedocs.io/).
SCGI is a very simple and lowlevel way to interface with HTTP servers to implement web application servers.
In a typical setup, multiple web servers accept HTTP requests from clients and proxy those requests through SCGI to multiple SCGI application servers.
See example/echo for a demo SCGI server.
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 Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file trio_scgi-0.2.0-py3-none-any.whl.
File metadata
- Download URL: trio_scgi-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.6+
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
611a9765670a8fa9332172da744c6ee5d4d296e900486c2510d669ab68674e02
|
|
| MD5 |
43e8a4a69877fc92317ba969ed530481
|
|
| BLAKE2b-256 |
41aea483ca79e8da415b50e6412175c159bd95dcd2d10844aa33a1e9589e1030
|