티스토리 뷰
반응형
출처: http://flask.pocoo.org/docs/0.12/patterns/streaming/
Basic Usage¶
This is a basic view function that generates a lot of CSV data on the fly. The trick is to have an inner function that uses a generator to generate data and to then invoke that function and pass it to a response object:
Each yield expression is directly sent to the browser. Note though that some WSGI middlewares might break streaming, so be careful there in debug environments with profilers and other things you might have enabled.
Streaming from Templates
The Jinja2 template engine also supports rendering templates piece by piece. This functionality is not directly exposed by Flask because it is quite uncommon, but you can easily do it yourself:
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 홈 오피스
- 별잉 빛나는 밤
- Pixel Pals
- GKRS
- Life Chair
- weka
- 증권정보포털
- 브리다 정수기
- 로니카 BCS
- 별이 빚나는 밤
- 빈센트 반 고흐
- 고체 향수
- 카카오 에드
- yugabyteDB
- 유가바이트디비
- VARIDESK
- 파나소닉 비데 DL-EH10KWS
- 르세라핌
- 오미크론
- 남설 팔찌
- 톡토기
- Sybase IQ
- 루미큐브 종류
- node.js
- JMW 헤어드라이기기
- 매직 트랙패드2
- 배당급
- 솔리드 쿨론
- 코라나 19
- 화분벌레
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 |
글 보관함