Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chubin/cheat.sh
/ endpoints
Endpoints
4 in github.com/chubin/cheat.sh
⨍
Functions
281
◇
Types & classes
83
↳
Endpoints
4
Route
answer
app.route("/", methods=["GET", "POST"])
bin/app.py:None
Route
send_favicon
app.route("/favicon.ico")
bin/app.py:None
Route
send_malformed
app.route("/malformed-response.html")
bin/app.py:None
Route
send_static
app.route("/files/<path:path>")
bin/app.py:None