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.8
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.8.tar.gz | 12.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghttp_tool-0.1.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 27.2 kB
Release files / ghttp_tool-0.1.8.tar.gz
| Download URL | ghttp_tool-0.1.8.tar.gz |
|---|---|
| Size | 12.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0b5e41dc0bd57fe1bbc629bd04c267cb19da0f44157f64d9a06aa10d8dbd0006
|
|
BLAKE2b-256 checksum How to use checksums |
71080826bf80e07417074c516b121e9025d14cf7650290f74cc6341f670333c3
|
| 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.8-py3-none-any.whl
| Download URL | ghttp_tool-0.1.8-py3-none-any.whl |
|---|---|
| Size | 14.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
928bf92e7c8d06de727c23a9e381562533e9beb9aca3c70bd0bb42a0676c77b6
|
|
BLAKE2b-256 checksum How to use checksums |
8dcae5ceb27458b3fbcc4cd6ee9acbcfc9f4a78f74260ca123b3b5ee103d132c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|