Skip to main content

A very micro http framework.

Project description

yhttp

PyPI Build Status Coverage Status

Contribution

Quickstart

wsgi.py

app = Applicatin()

@app.route('/foos')
def get(req, resp):
    return 'Hello world!'
gunicorn wsgi:app

Master branch

The master branch is an integration branch where bug fixes/features are gathered for compiling and functional testing. so it would be unstable.

Release branch

The release branch is where releases are maintained and hot fixes (with names like release/v2.x.x) are added. Please ensure that all your production-related work are tracked with the release branches.

With this new model, we can push out bug fixes more quickly and achieve simpler maintenance.

Project details


Download files

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

Source Distribution

yhttp-1.0.1.tar.gz (10.6 kB 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