프레임워크/FastAPI 25

[FastAPI] FastAPI [3] - Request Body

https://fastapi.tiangolo.com/ko/tutorial/body/ Request Body - FastAPI Request Body Warning The current page still doesn't have a translation for this language. But you can help translating it: Contributing. When you need to send data from a client (let's say, a browser) to your API, you send it as a request body. A request b fastapi.tiangolo.com 1. Request Body Request Body 클라이언트가 내 API에 보내는 데이터..

[FastAPI] FastAPI [1] - 공식 문서 정리 및 예제 실습

더보기 https://fastapi.tiangolo.com/ko/ FastAPI FastAPI FastAPI 프레임워크, 고성능, 간편한 학습, 빠른 코드 작성, 준비된 프로덕션 문서: https://fastapi.tiangolo.com 소스 코드: https://github.com/tiangolo/fastapi FastAPI는 현대적이고, 빠르며(고성능), 파이썬 fastapi.tiangolo.com 1. FastAPI란? FastAPI는 Python3.6+의 API를 빌드하기 위한 웹 프레임워크이다. 주 특징으로: 빠르다(성능 및 코드 작성)(비동기 동작). 직관적이다. 쉽다. 짧다. Robust 하다. 표준 기반되어있다. API문서를 자동 생성한다. 기존 파이썬 웹개발에 사용되던 Flask와 Dja..