Skip to content

a minimal WSGI application framework for responding to any HTTP method

Notifications You must be signed in to change notification settings

capttwinky/restFrame

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages