Skip to content
/ rehttp Public

A lightweight flask-like HTTP framework using python >= 3.6.

License

Notifications You must be signed in to change notification settings

pylover/rehttp

Repository files navigation

rehttp

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.

About

A lightweight flask-like HTTP framework using python >= 3.6.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages