R

Ravina • 3.96K Points
Extraordinary

Q. Which of the following is NOT a valid status constant in FastAPI?

  • (A) status.HTTP_200_OK
  • (B) status.HTTP_404_NOT_FOUND
  • (C) status.HTTP_201_CREATED
  • (D) status.HTTP_999_UNKNOWN
  • Correct Answer - Option(D)
  • Views: 23
  • Filed under category Fast API
  • Hashtags:

Explanation by: Ravina

`HTTP_999_UNKNOWN` is not a valid HTTP status code.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.