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 important bug in with_stream
Release files for ghttp-tool 0.1.9
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.9.tar.gz | 12.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghttp_tool-0.1.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 27.2 kB
Release files / ghttp_tool-0.1.9.tar.gz
| Download URL | ghttp_tool-0.1.9.tar.gz |
|---|---|
| Size | 12.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8fb0475b48ece33405f0162c436af738726867f084aa34fc0b10be896d001ec8
|
|
BLAKE2b-256 checksum How to use checksums |
c470bb2316b82c7fb6f5f62bcb440fe57029cc4714d473004240fe613f98e232
|
| 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.9-py3-none-any.whl
| Download URL | ghttp_tool-0.1.9-py3-none-any.whl |
|---|---|
| Size | 14.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ccbef0393859db867bb2caea4215dac410a8f9f5d800cfe1a9381fdfbc11df78
|
|
BLAKE2b-256 checksum How to use checksums |
b71fb2adc1c4968a72aacad98895649b70e2d4fbff50299ee7205bcc687ae18f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|