Skip to content

Instantly share code, notes, and snippets.

View skytreader's full-sized avatar
🎭
"Code is poetry." - WordPress

Chad Estioco skytreader

🎭
"Code is poetry." - WordPress
View GitHub Profile
@skytreader
skytreader / iden.py
Created April 25, 2020 21:40
iden.py
from flask import Flask
app = Flask(__name__)
"""
Usage: Install Flask, export this file as the `FLASK_APP` then `flask run`.
The resulting server will return the status code you as it for. Exemple gratis:
curl 127.0.0.1/404 - will return a 404
curl 127.0.0.1/500 - will return a 500