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:
Fixed bugs
Release files for ghttp-tool 0.3.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.3.3.tar.gz | 17.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghttp_tool-0.3.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 38.4 kB
Release files / ghttp_tool-0.3.3.tar.gz
| Download URL | ghttp_tool-0.3.3.tar.gz |
|---|---|
| Size | 17.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6fc590beb818935215abe48153ee851ecb13c749d2e3d2c8a1d3f160a4aa914c
|
|
BLAKE2b-256 checksum How to use checksums |
8fd74e398392faee61b7418a89bbb33b5b273d798158398ddae220aed5d70652
|
| 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.3-py3-none-any.whl
| Download URL | ghttp_tool-0.3.3-py3-none-any.whl |
|---|---|
| Size | 20.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a2f9be29bfedc336a1e06e48c0fec4550c5dc12dac6e48002114e81e3e9be993
|
|
BLAKE2b-256 checksum How to use checksums |
f35549d52f782ccb48f96cd13938bf6e750d702b962e9d40cc68c438738555a6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|