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
Release files for ghttp-tool 0.2.3
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.3.tar.gz | 15.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghttp_tool-0.2.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 34.6 kB
Release files / ghttp_tool-0.2.3.tar.gz
| Download URL | ghttp_tool-0.2.3.tar.gz |
|---|---|
| Size | 15.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
41e8cdebdf0bff5cbe74610f73346db28aecff057082811538c6c1ef886bb25a
|
|
BLAKE2b-256 checksum How to use checksums |
010f02688d019624ae8d88948fe346610a9da4d0057e2937a76b3067ccb1f7cc
|
| 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.3-py3-none-any.whl
| Download URL | ghttp_tool-0.2.3-py3-none-any.whl |
|---|---|
| Size | 18.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
08a32bb456858ddcab79954159a9a5b1bd7bb14e8a97792efab82cc144204571
|
|
BLAKE2b-256 checksum How to use checksums |
73075e35ef17586f3b6ebdfc1d8c08c59b080c10dc66bb7754786778f78d3267
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|