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:
Added timeout
Bug fix
Release files for ghttp-tool 0.1.7
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.1.7.tar.gz | 12.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghttp_tool-0.1.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 27.1 kB
Release files / ghttp_tool-0.1.7.tar.gz
| Download URL | ghttp_tool-0.1.7.tar.gz |
|---|---|
| Size | 12.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9c2dbd5daeff74105d2f1adfee37a38b2822096a643dd8cdaa3fa23292b2ba85
|
|
BLAKE2b-256 checksum How to use checksums |
8305768e26f9c8752f037850746bb67e84b1f384c48d2adaa413cb6429022160
|
| 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.1.7-py3-none-any.whl
| Download URL | ghttp_tool-0.1.7-py3-none-any.whl |
|---|---|
| Size | 14.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
af23380bf345f8ad9ae2499398fbc5bdc8d4bbb8b25230c0b2599dfa93794690
|
|
BLAKE2b-256 checksum How to use checksums |
f9834582476c438b543ad5b24160dadfcd4066ce918050594394ce4f1caeb957
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|