capttwinky / restFrame

a minimal WSGI application framework for responding to any HTTP method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a minimal WSGI application framework for customizing responses for resources by HTTP methods.

Run with Twisted by using: 
twistd -n web --wsgi restexample.application

Run with gunicorn by using:
gunicorn -w 4 restexample:application -b localhost:8080

About

a minimal WSGI application framework for responding to any HTTP method


Languages

Language:Python 100.0%