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.6
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.6.tar.gz | 16.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghttp_tool-0.2.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 35.9 kB
Release files / ghttp_tool-0.2.6.tar.gz
| Download URL | ghttp_tool-0.2.6.tar.gz |
|---|---|
| Size | 16.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7dc4554a4d96975cab66e517f6f6907c2a1305ce214e5956ab65d944d95d24c3
|
|
BLAKE2b-256 checksum How to use checksums |
2adc311e911ff8b325919335b3dd940aa032fd90098896ee7f0401df3bdec892
|
| 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.6-py3-none-any.whl
| Download URL | ghttp_tool-0.2.6-py3-none-any.whl |
|---|---|
| Size | 19.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9fcbd518fcd7e8294be5ad21e5330bb48343127e1a2ec8451f2a3d599f4f1749
|
|
BLAKE2b-256 checksum How to use checksums |
dae7c88d1903e1aa1c510f7994ec033bc027f9b7e0f6108128e60a01de544e5b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|