-
app.route('/path') app.route('/path', method=['POST','PUT']) app.route('/path/<tid>') app.route('/path', defaults={'page':'index'}) app.route('/path', host='home2.com') app.route('/path', redirect_to='/new33')
'Python' 카테고리의 다른 글
Flask - Request Parameter Custom Function Type (0) 2020.07.13 Flask - Request Args, Form, Value (0) 2020.07.13 Flask - 응답 전후처리 (0) 2020.07.13 Flask - Response (0) 2020.07.13 Flask예제 - User Login 검사와 결과 처리 (0) 2020.07.13 Python - 변수 존재 유무 확인 (1) 2020.07.13 Python - Flask 설치 (0) 2020.07.13 Python - 플라스크(flask), 장고(django) (0) 2020.07.13