Warning: This library currently ships with a shared object of gohttplib compiled for OSX. It will not work on other platforms at the moment.
See https://github.com/shazow/gohttplib for details.
Usage
from gohttp import route, run
@route('/')
def index(w, req):
w.write("%s %s %s\n" % (req.method, req.host, req.url))
w.write("Hello, world.\n")
run(host='127.0.0.1', port=5000)
License
MIT.
Release files for gohttp 0.3.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distributions (sdists)
| File | Size | Uploaded | |
|---|---|---|---|
| gohttp-0.3.3.tar.gz | 2.7 MB | Details | |
| gohttp-0.3.3.macosx-10.9-x86_64.tar.gz | 2.1 MB | Details |
Release files / gohttp-0.3.3.tar.gz
| Download URL | gohttp-0.3.3.tar.gz |
|---|---|
| Size | 2.7 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fda1c8499ac24e46ab33e85b5d7ca4d60e17cce63873a2f12d49fed20a66b0fb
|
|
BLAKE2b-256 checksum How to use checksums |
6d576e38950278d53fd94742b0f111978e989bfe343b6d58036381b161079b76
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / gohttp-0.3.3.macosx-10.9-x86_64.tar.gz
| Download URL | gohttp-0.3.3.macosx-10.9-x86_64.tar.gz |
|---|---|
| Size | 2.1 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c6a4ed8f6e15c881b11859f8a0806ce0d143c785c9f052745f9ae8b248a1c409
|
|
BLAKE2b-256 checksum How to use checksums |
2f19e428415fe67bc2e1886f2832499598b5d2a4de789ed9ea4c5dc3cb697f4b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |