R

Ravina • 3.59K Points
Extraordinary

Q. Which attribute provides information about the request method in FastAPI?

  • (A) request.method
  • (B) request.type
  • (C) request.request_type
  • (D) request.action
  • Correct Answer - Option(A)
  • Views: 7
  • Filed under category Fast API
  • Hashtags:

Explanation by: Ravina
You can get the HTTP method using `request.method` in FastAPI.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.