Browse Source
🌐 Fix broken Markdown in Korean custom response docs
pull/15774/head
kooqooo
2 months ago
No known key found for this signature in database
GPG Key ID: 176154A352545028
1 changed files with
1 additions and
1 deletions
-
docs/ko/docs/advanced/custom-response.md
|
|
|
@ -173,7 +173,7 @@ HTTP 리디렉션 응답을 반환합니다. 기본적으로 상태 코드는 30 |
|
|
|
|
|
|
|
### `StreamingResponse` { #streamingresponse } |
|
|
|
|
|
|
|
비동기 제너레이터 또는 일반 제너레이터/이터레이터(`yield`가 있는 함수`)를 받아 응답 본문을 스트리밍합니다. |
|
|
|
비동기 제너레이터 또는 일반 제너레이터/이터레이터(`yield`가 있는 함수)를 받아 응답 본문을 스트리밍합니다. |
|
|
|
|
|
|
|
{* ../../docs_src/custom_response/tutorial007_py310.py hl[3,16] *} |
|
|
|
|
|
|
|
|