An open API service indexing awesome lists of open source software.

https://github.com/tzsk/wsgimod

Modified WSGI
https://github.com/tzsk/wsgimod

Last synced: 8 months ago
JSON representation

Modified WSGI

Awesome Lists containing this project

README

          

# WSGI MOD

This is an example flask app

## Usage:

Run server: `FLASK_APP=hello.py flask run`

Use [httpie](https://github.com/jakubroztocil/httpie) to test the Body, Headers, Cookie etc.

## Please Contribute