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:
Fixed bugs
Release files for ghttp-tool 0.2.2
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.2.tar.gz | 12.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghttp_tool-0.2.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 27.8 kB
Release files / ghttp_tool-0.2.2.tar.gz
| Download URL | ghttp_tool-0.2.2.tar.gz |
|---|---|
| Size | 12.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
56c9b60dbed96cbc4f7c21f97acdfcb33ba4b5a7efca3f58134142be81cf2079
|
|
BLAKE2b-256 checksum How to use checksums |
a564b2d8bfc226faa9be0acc070d09edae06fd27c801bd07fc17658abd60e376
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|
Release files / ghttp_tool-0.2.2-py3-none-any.whl
| Download URL | ghttp_tool-0.2.2-py3-none-any.whl |
|---|---|
| Size | 15.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
eb03fcd9cd6f8a78973796636f5ad558b7aa75ac550f34223e3c55beefae67b2
|
|
BLAKE2b-256 checksum How to use checksums |
87e40696999390601e6d4e1283b997af648b262d88c83d144fa60b15013d028c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|