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.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.3.4.tar.gz | 17.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghttp_tool-0.3.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 38.6 kB
Release files / ghttp_tool-0.3.4.tar.gz
| Download URL | ghttp_tool-0.3.4.tar.gz |
|---|---|
| Size | 17.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b9fb33253f3ed1fc2b5b4f2227c587b207d81fe75edaea60080a8f79a935cca7
|
|
BLAKE2b-256 checksum How to use checksums |
f1ec4c8961df0a85b08499ccf159da0c865972afd1b2aa27a820b45bb2c92a7c
|
| 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.4-py3-none-any.whl
| Download URL | ghttp_tool-0.3.4-py3-none-any.whl |
|---|---|
| Size | 20.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
756afbdbee42b4397e6fad9f2602fd4f46de2c3418b7f8f4d65ec676c4b578bc
|
|
BLAKE2b-256 checksum How to use checksums |
ce76a413350cb8440f73beac414f40bfd9084d8a6611e03e3578387e108399e8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|