FastAPI Complete Course - Project-1 Creating an item using POST

Поделиться
HTML-код
  • Опубликовано: 20 фев 2023
  • 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 body is data sent by the client to your API. A response body is the data your API sends to the client.
    In this lecture though, we will be looking at POST request using Query parameters instead of request body which we will look in future sections.

Комментарии •