8000 🌐 Add Korean translation for `ko/docs/advanced/response-headers.md` by kwang1215 · Pull Request #12740 · fastapi/fastapi · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update docs/ko/docs/advanced/response-headers.md
Co-authored-by: Chol_rang <vhtmxj154@naver.com>
  • Loading branch information
kwang1215 and Limsunoh authored Nov 4, 2024
commit 84277a3efc9d1c2f7d5acb6a1c13cb1f3492c182
2 changes: 1 addition & 1 deletion docs/ko/docs/advanced/response-headers.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

`Response`를 직접 반환할 때에도 헤더를 추가할 수 있습니다.

[Return a Response Directly](response-directly.md){.internal-link target=_blank}에서 설명한 대로 응답을 생성하고, 헤더를 추가 매개변수로 전달하세요.
[응답을 직접 반환하기](response-directly.md){.internal-link target=_blank}에서 설명한 대로 응답을 생성하고, 헤더를 추가 매개변수로 전달하세요.

```Python hl_lines="10-12"
{!../../docs_src/response_headers/tutorial001.py!}
Expand Down
0