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:
flask-like beta
Added Bugs
Fixed Bugs
Added app read stream
Release files for ghttp-tool 0.2.4
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.2.4.tar.gz | 16.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghttp_tool-0.2.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 35.9 kB
Release files / ghttp_tool-0.2.4.tar.gz
| Download URL | ghttp_tool-0.2.4.tar.gz |
|---|---|
| Size | 16.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
859e812e9dc2fe95f19302331518ee0a6a7332c7b0c638b0cef68fa2e65036af
|
|
BLAKE2b-256 checksum How to use checksums |
04e2e2171bd8897ae9e587415b887531df792bad051f38c5f1b6e77a5914629b
|
| 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.2.4-py3-none-any.whl
| Download URL | ghttp_tool-0.2.4-py3-none-any.whl |
|---|---|
| Size | 19.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3b4b6559bef4ddd0832d65a490822e1b830d29860da5712c390c0a3418896340
|
|
BLAKE2b-256 checksum How to use checksums |
08e2285d10a4eb50d26200294d05fbee97b01e841424b2a6d3311d6a4b6e3b14
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|