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:
Stream param removed
Release files for ghttp-tool 0.3.2
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.3.2.tar.gz | 17.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghttp_tool-0.3.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 38.1 kB
Release files / ghttp_tool-0.3.2.tar.gz
| Download URL | ghttp_tool-0.3.2.tar.gz |
|---|---|
| Size | 17.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
db0a39faf3263e510a795966c18ffa34f33858162fa8720da4c36321ddb86387
|
|
BLAKE2b-256 checksum How to use checksums |
f2235c4f3c4a56145cb49ef9ab798d3d932db8ed506d66f5649ec1f039865dae
|
| 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.3.2-py3-none-any.whl
| Download URL | ghttp_tool-0.3.2-py3-none-any.whl |
|---|---|
| Size | 20.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3adcade9eb0fd6f1bac10896de7ef9b3dc4ae3e7c2898018858b2b82200e7a40
|
|
BLAKE2b-256 checksum How to use checksums |
bb0137276719bb6f17c67fa0e5ee5c5e9d48568214f379207465841efa458cde
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|