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...
In latest version:
Bug fix
Release files for ghttp-tool 0.1.5
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.5.tar.gz | 11.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghttp_tool-0.1.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 25.0 kB
Release files / ghttp_tool-0.1.5.tar.gz
| Download URL | ghttp_tool-0.1.5.tar.gz |
|---|---|
| Size | 11.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d2d44cd14d337ff681d4fef6bfb206db1727c11881a5994c0f1b5a27f3a24544
|
|
BLAKE2b-256 checksum How to use checksums |
3c97212fbbca1723a4b72dca1909641b4b059c8cc512b41eee3bc246eabc283a
|
| 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.5-py3-none-any.whl
| Download URL | ghttp_tool-0.1.5-py3-none-any.whl |
|---|---|
| Size | 13.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
19940220a5293ccf97e6987f6ab03e0b75f4330c60b663b4fbe8cf1b4a1d40f0
|
|
BLAKE2b-256 checksum How to use checksums |
724339bb3900f9f3210aca980d099c3fd8137da14d87b06fb09adaaf7a04503c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|