-
rp = flask.Response("aa", 200, {'cc':'44'})
Body: aa
Status Code: 200
Response Headers: {'cc':'44'}rp.content_type = 'text/plain'
text/plain, text/html, text/xml ...
2020/07/13 - HTTP Content-type header values
'Python' 카테고리의 다른 글
Flask - Cookie (0) 2020.07.13 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 - route (0) 2020.07.13 Flask예제 - User Login 검사와 결과 처리 (0) 2020.07.13 Python - 변수 존재 유무 확인 (1) 2020.07.13 Python - Flask 설치 (0) 2020.07.13