Skip to main content

Bindings for gohttplib, exposing Go's http.Server

Project description

gohttp: Bindings for gohttplib
==============================

*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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

gohttp-0.2.tar.gz (2.2 MB view hashes)

Uploaded Source

gohttp-0.2.macosx-10.9-x86_64.tar.gz (2.2 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page