Multifunction HTTP lib!!
Installing:
pip install ghttp-tool
See examples in https://gpgstudio.ru/pypi/ghttp/examples
How to start: Create simple server:
import ghttp
ghttp.serve()
Simple http client:
import ghttp
ghttp.get('localhost:8080')
ghttp.post()
ghttp.delete()
ghttp.put()
s = ghttp.Session()
s.get('localhost:8080')
s.post()
s.delete()
s.put()
# And more...
Check how to use:
import ghttp
ghttp.help()
In latest version:
flask-like beta
Added Bugs
Fixed Bugs
Added app read stream
Release files for ghttp-tool 0.2.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ghttp_tool-0.2.9.tar.gz | 17.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghttp_tool-0.2.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 37.6 kB
Release files / ghttp_tool-0.2.9.tar.gz
| Download URL | ghttp_tool-0.2.9.tar.gz |
|---|---|
| Size | 17.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
321b2d1225b1927742435a89af75114dd5ad78a3f70f9f3affbf99bd081976c8
|
|
BLAKE2b-256 checksum How to use checksums |
cf3420c82cfa4b79b2cf98325d970846abaefee91d44cf22aa741fa42b33d994
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|
Release files / ghttp_tool-0.2.9-py3-none-any.whl
| Download URL | ghttp_tool-0.2.9-py3-none-any.whl |
|---|---|
| Size | 20.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f665e5a4ac1806bd0ce2d6f8c0013e6b08a52570a918ddeb91be214621ebc9b4
|
|
BLAKE2b-256 checksum How to use checksums |
a1dda72253ceff0322ac35223e1e4c24bfc987f64cd1d3ddee835c1d22ad46bf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|