botranvan / simple-render-flask

Return a context of file in flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Render & Return a static file in Flask

Example

curl --location --request GET 'http://localhost:5000/path' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic password_encoded_base64'

About

Return a context of file in flask


Languages

Language:Shell 94.9%Language:Python 5.1%