What HTTP server does Rasa use for its API?

For example, apache, kestrel, IIS, etc. What web server is used for rasa’s http api?

Thanks!

Below you said is http server.

I guess you want to know that what Web framework rasa used? It’s sanic.

Other msg maybe you need: Why you should use a web server (Nginx) in front

Thanks!