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.7
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.7.tar.gz | 17.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghttp_tool-0.2.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 36.7 kB
Release files / ghttp_tool-0.2.7.tar.gz
| Download URL | ghttp_tool-0.2.7.tar.gz |
|---|---|
| Size | 17.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3b28411121f729f5069f3e0090b936540f41a935537257265c149f45bdce3f3d
|
|
BLAKE2b-256 checksum How to use checksums |
508b963057690220579de31b28c09b1dea1b068fbe76a8c508fd87f8c2cb9b0b
|
| 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.7-py3-none-any.whl
| Download URL | ghttp_tool-0.2.7-py3-none-any.whl |
|---|---|
| Size | 19.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3d0ba0b1720937ed978570cb34d672e7ef167be6192b77702e1122f3ea0efe6a
|
|
BLAKE2b-256 checksum How to use checksums |
c2015d803d2b54764495beb41430ef82d58ef437be89d8a9c3d7e00daad5ae4b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|