--- /dev/null
+# μλ΅ μΏ ν€
+
+## `Response` λ§€κ°λ³μ μ¬μ©νκΈ°
+
+*κ²½λ‘ μλ ν¨μ*μμ `Response` νμ
μ λ§€κ°λ³μλ₯Ό μ μΈν μ μμ΅λλ€.
+
+κ·Έλ° λ€μ ν΄λΉ *μμ* μλ΅ κ°μ²΄μμ μΏ ν€λ₯Ό μ€μ ν μ μμ΅λλ€.
+
+```Python hl_lines="1 8-9"
+{!../../docs_src/response_cookies/tutorial002.py!}
+```
+
+κ·Έλ° λ€μ νμν κ°μ²΄(`dict`, λ°μ΄ν°λ² μ΄μ€ λͺ¨λΈ λ±)λ₯Ό λ°νν μ μμ΅λλ€.
+
+κ·Έλ¦¬κ³ `response_model`μ μ μΈνλ€λ©΄ λ°νν κ°μ²΄λ₯Ό κ±°λ₯΄κ³ λ³ννλ λ° μ¬μ ν μ¬μ©λ©λλ€.
+
+**FastAPI**λ κ·Έ *μμ* μλ΅μμ μΏ ν€(λν ν€λ λ° μν μ½λ)λ₯Ό μΆμΆνκ³ , λ°νλ κ°μ΄ ν¬ν¨λ μ΅μ’
μλ΅μ μ΄λ₯Ό λ£μ΅λλ€. μ΄ κ°μ `response_model`λ‘ κ±Έλ¬μ§κ² λ©λλ€.
+
+λν μμ‘΄κ΄κ³μμ `Response` λ§€κ°λ³μλ₯Ό μ μΈνκ³ , ν΄λΉ μμ‘΄μ±μμ μΏ ν€(λ° ν€λ)λ₯Ό μ€μ ν μλ μμ΅λλ€.
+
+## `Response`λ₯Ό μ§μ λ°ννκΈ°
+
+μ½λμμ `Response`λ₯Ό μ§μ λ°νν λλ μΏ ν€λ₯Ό μμ±ν μ μμ΅λλ€.
+
+μ΄λ₯Ό μν΄ [Responseλ₯Ό μ§μ λ°ννκΈ°](response-directly.md){.internal-link target=_blank}μμ μ€λͺ
ν λλ‘ μλ΅μ μμ±ν μ μμ΅λλ€.
+
+κ·Έλ° λ€μ μΏ ν€λ₯Ό μ€μ νκ³ λ°ννλ©΄ λ©λλ€:
+```Python hl_lines="1 18"
+{!../../docs_src/response_directly/tutorial002.py!}
+```
+/// tip
+
+`Response` λ§€κ°λ³μλ₯Ό μ¬μ©νμ§ μκ³ μλ΅μ μ§μ λ°ννλ κ²½μ°, FastAPIλ μ΄λ₯Ό μ§μ λ°ννλ€λ μ μ μ μνμΈμ.
+
+λ°λΌμ λ°μ΄ν°κ° μ¬λ°λ₯Έ μ νμΈμ§ νμΈν΄μΌ ν©λλ€. μ: `JSONResponse`λ₯Ό λ°ννλ κ²½μ°, JSONκ³Ό νΈνλλμ§ νμΈνμΈμ.
+
+λν `response_model`λ‘ κ±Έλ¬μ ΈμΌ ν λ°μ΄ν°κ° μ λ¬λμ§ μλλ‘ νμΈνμΈμ.
+
+///
+
+### μΆκ° μ 보
+
+/// note | "κΈ°μ μ μΈλΆμ¬ν"
+
+`from starlette.responses import Response` λλ `from starlette.responses import JSONResponse`λ₯Ό μ¬μ©ν μλ μμ΅λλ€.
+
+**FastAPI**λ κ°λ°μμ νΈμλ₯Ό μν΄ `fastapi.responses`λ‘ λμΌν `starlette.responses`λ₯Ό μ 곡ν©λλ€. κ·Έλ¬λ λλΆλΆμ μλ΅μ Starletteμμ μ§μ μ 곡λ©λλ€.
+
+λν `Response`λ ν€λμ μΏ ν€λ₯Ό μ€μ νλ λ° μμ£Ό μ¬μ©λλ―λ‘, **FastAPI**λ μ΄λ₯Ό `fastapi.Response`λ‘λ μ 곡ν©λλ€.
+
+///
+
+μ¬μ© κ°λ₯ν λͺ¨λ λ§€κ°λ³μμ μ΅μ
μ <a href="https://www.starlette.io/responses/#set-cookie" class="external-link" target="_blank">Starlette λ¬Έμ</a>μμ νμΈν μ μμ΅λλ€.