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()
IMPORTANT PART FOR DEVS!: Code has removed comments
In latest version:
Fixed bugs
Release files for ghttp-tool 0.3.5
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.3.5.tar.gz | 17.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghttp_tool-0.3.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 38.6 kB
Release files / ghttp_tool-0.3.5.tar.gz
| Download URL | ghttp_tool-0.3.5.tar.gz |
|---|---|
| Size | 17.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ff20040ed8a4cebc2805236e15e92dcdd725082e6ffba8feae49832317ce5da5
|
|
BLAKE2b-256 checksum How to use checksums |
9385fdce5b15a9503be60c1f56ecf1df5d513c68b9690b8352b4b5874f1e0b3e
|
| 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.3.5-py3-none-any.whl
| Download URL | ghttp_tool-0.3.5-py3-none-any.whl |
|---|---|
| Size | 20.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3c785623408d2d4212299c12e4198290053ae056313da75275e1845aff69a289
|
|
BLAKE2b-256 checksum How to use checksums |
ca892cf67ed49d76619e5e5ac9c6d11d44a2ba9d63dbb7362084943758c1357a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|