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.5
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.5.tar.gz | 16.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghttp_tool-0.2.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 35.8 kB
Release files / ghttp_tool-0.2.5.tar.gz
| Download URL | ghttp_tool-0.2.5.tar.gz |
|---|---|
| Size | 16.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
270b733c9675ad259d9995b1d9521ef20769c6263ad35cf516ae83d89406c639
|
|
BLAKE2b-256 checksum How to use checksums |
cbd5b0ca7e7c18e0060b8a4c6387485c1a4eb0689016392ccfeac8bdcc5a6671
|
| 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.5-py3-none-any.whl
| Download URL | ghttp_tool-0.2.5-py3-none-any.whl |
|---|---|
| Size | 19.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
200a27bd17111caf8d9a15b9e84f43f21ca0fbdaa594e8cf55bfb4c059ad709f
|
|
BLAKE2b-256 checksum How to use checksums |
672fc3940189a57b29cece2c810879085554206c89b2ac02e4821c655a75eca3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|