Multifunction HTTP lib!!
Installing:
pip install ghttp-tool
See examples in https://www.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...
In latest version:
Fixed bugs Added bugs Added range request, response to simple server
Release files for ghttp-tool 0.1.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.1.2.tar.gz | 10.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghttp_tool-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 23.4 kB
Release files / ghttp_tool-0.1.2.tar.gz
| Download URL | ghttp_tool-0.1.2.tar.gz |
|---|---|
| Size | 10.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b39af2fb86a880b6c0b983b918aee30deaa277673376680f9da669395f8d1fc2
|
|
BLAKE2b-256 checksum How to use checksums |
f97c60a76233be553876fc10a6d8f9da4bc94ab45be6e185a90f64e991b4a615
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.0
|
Release files / ghttp_tool-0.1.2-py3-none-any.whl
| Download URL | ghttp_tool-0.1.2-py3-none-any.whl |
|---|---|
| Size | 12.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d2a4e4079e632d9bb8a392f97fc41b65dfa2a7a4fc2767b22c4c4f4a34d85af8
|
|
BLAKE2b-256 checksum How to use checksums |
44b71df09267a7da09ad770bfefab8f51bfdec73684a7a9a035e8fccfaaf1c5b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.0
|