Google News
logo
FastAPI - Quiz(MCQ)
Which of the following middleware's are available in the FastAPI library?
A)
CORSMiddleware
B)
TrustedHostMiddleware
C)
HTTPSRedirectMiddleware
D)
All of the above

Correct Answer :   All of the above


Explanation : Following are some of the middleware available in the FastAPI library :

* CORSMiddleware
* TrustedHostMiddleware
* HTTPSRedirectMiddleware
* GZipMiddleware

Advertisement