R

Ravina • 3.96K Points
Extraordinary

Q. What is `FormData` used for in FastAPI?

  • (A) To receive JSON requests
  • (B) To serve HTML content
  • (C) To parse x-www-form-urlencoded data
  • (D) To send files
  • Correct Answer - Option(C)
  • Views: 28
  • Filed under category Fast API
  • Hashtags:

Explanation by: Ravina

`FormData` is automatically parsed when you use `Form()` fields in FastAPI.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.