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
Added repr to classes
Release files for ghttp-tool 0.3.0
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.0.tar.gz | 17.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghttp_tool-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 37.6 kB
Release files / ghttp_tool-0.3.0.tar.gz
| Download URL | ghttp_tool-0.3.0.tar.gz |
|---|---|
| Size | 17.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
914cb7d17c73c3b0f13ed3b40a476594dc38a0452bcd12c0b337a32937f17ccb
|
|
BLAKE2b-256 checksum How to use checksums |
4d2116b2902b90e27afec2c2cc97237cd4338f9b93612296dcc45d25748736e7
|
| 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.0-py3-none-any.whl
| Download URL | ghttp_tool-0.3.0-py3-none-any.whl |
|---|---|
| Size | 20.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7ba6e7af174b2541955e18f6e2f118bda559490419cd75d984900aa7e4998f26
|
|
BLAKE2b-256 checksum How to use checksums |
e5d9b154f4a6bdfd49281528e544b3959ee8d0528cafcea474eac1ef71626d5b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|