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...
In latest version:
Fixed some bugs
Added ghttp.index for index files
Release files for ghttp-tool 0.1.4
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.4.tar.gz | 11.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghttp_tool-0.1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 25.1 kB
Release files / ghttp_tool-0.1.4.tar.gz
| Download URL | ghttp_tool-0.1.4.tar.gz |
|---|---|
| Size | 11.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5dc220171f3e74738c7bac303434f4addf7956ff375b631aeffb92534b06af8f
|
|
BLAKE2b-256 checksum How to use checksums |
4f0d4b2b9c104ec5e06ca8dec9282c2eeeeee226a96d6530370e931e0e90982b
|
| 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.4-py3-none-any.whl
| Download URL | ghttp_tool-0.1.4-py3-none-any.whl |
|---|---|
| Size | 13.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
827cfa82e6e1f4e1cf671b554d480953e6bf3815aab35228c1440a7329749156
|
|
BLAKE2b-256 checksum How to use checksums |
8045e656b30cc1ef0af283cd8fc02a37e34a1023e1072098e327ad66a7a03a9f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|