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.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.2.8.tar.gz | 17.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghttp_tool-0.2.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 37.5 kB
Release files / ghttp_tool-0.2.8.tar.gz
| Download URL | ghttp_tool-0.2.8.tar.gz |
|---|---|
| Size | 17.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9b475d6669994b7923f32038271052b6dbd393b58712ea13041155fc09faca81
|
|
BLAKE2b-256 checksum How to use checksums |
3682425118ace2ce232d603c74fb4e14a305e84edc3fff435e19ee6399a474df
|
| 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.8-py3-none-any.whl
| Download URL | ghttp_tool-0.2.8-py3-none-any.whl |
|---|---|
| Size | 20.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
283382434abbac64ddb816ddf969e2828858b75b87a774dc8caf4804f8cacd2a
|
|
BLAKE2b-256 checksum How to use checksums |
b04098c4ebfb9529291f07a5a72e6720c4e82ccc6feb9abcc1d73e3d26605405
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|