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
Added bugs
Added stream in simple client
Added functions: ghttp.help and ghttp.check
Release files for ghttp-tool 0.1.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.1.6.tar.gz | 12.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghttp_tool-0.1.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 27.0 kB
Release files / ghttp_tool-0.1.6.tar.gz
| Download URL | ghttp_tool-0.1.6.tar.gz |
|---|---|
| Size | 12.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f3963a35392aeb3398c40fa83f43fb371048f93232bc2e934b14d50727e42e0a
|
|
BLAKE2b-256 checksum How to use checksums |
e155fe573d22de7beec5ca589cf78db66dfa81d09ae2e06e612d52468dfc4361
|
| 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.1.6-py3-none-any.whl
| Download URL | ghttp_tool-0.1.6-py3-none-any.whl |
|---|---|
| Size | 14.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d872580af8ff8bbcc3d6f627a6739ba01149e4e3a0e588f42d9863133ccc6548
|
|
BLAKE2b-256 checksum How to use checksums |
31955c16acdb5f95e89fa2301b92d5b024a54f78924f173e2730a3c844952750
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|