https://github.com/tzsk/wsgimod
Modified WSGI
https://github.com/tzsk/wsgimod
Last synced: 8 months ago
JSON representation
Modified WSGI
- Host: GitHub
- URL: https://github.com/tzsk/wsgimod
- Owner: tzsk
- Created: 2018-09-23T15:25:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T13:31:03.000Z (about 7 years ago)
- Last Synced: 2025-01-11T14:22:29.505Z (9 months ago)
- Language: Python
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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