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:
Release files for ghttp-tool 0.2.1
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.1.tar.gz | 12.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghttp_tool-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 27.7 kB
Release files / ghttp_tool-0.2.1.tar.gz
| Download URL | ghttp_tool-0.2.1.tar.gz |
|---|---|
| Size | 12.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
059b7aa7016e674295785ff4ab0c8e0d255e9bd8f0bb8be5e71fdbd9de06e88f
|
|
BLAKE2b-256 checksum How to use checksums |
ec072260c15033cbd16d1e6c87707cf9274bca602e6f1a933e72722f023eb3ae
|
| 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.1-py3-none-any.whl
| Download URL | ghttp_tool-0.2.1-py3-none-any.whl |
|---|---|
| Size | 15.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a19d5756d4ef3ce71860f19c56b48d779214784772ede9bd1716540aa83b53c1
|
|
BLAKE2b-256 checksum How to use checksums |
5d5b570d38cc5162139a891833abb8adb1b68ab9f39f3694660e1893c0e12fa4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|