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.6
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.6.tar.gz | 18.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghttp_tool-0.3.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 38.7 kB
Release files / ghttp_tool-0.3.6.tar.gz
| Download URL | ghttp_tool-0.3.6.tar.gz |
|---|---|
| Size | 18.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0529a4c0356bc5f8a27c70cf2519cef34c6ee971244df436373c6e3ab3376333
|
|
BLAKE2b-256 checksum How to use checksums |
889ab9d91d636ebda6b4d049defde9c353fdd7238f860554f6a7b9f10cec894e
|
| 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.6-py3-none-any.whl
| Download URL | ghttp_tool-0.3.6-py3-none-any.whl |
|---|---|
| Size | 20.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e3ed15640379fa40773e1ac4f566ef688bae2b0afe1df6cda0c72acb35ff7f22
|
|
BLAKE2b-256 checksum How to use checksums |
5115193b3596a78a409b1f744b22589bddceeaa1278c8ea91e0c994d7ba8cea4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|