-
Does Starlite support built-in multiple hosting ? I have tested another frameworks:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is not supported and support for this is not planned. It's recommended to defer this part of the routing logic to a proxy server. |
Beta Was this translation helpful? Give feedback.
-
provinzkraut, Thank you for your clear answer. Finally I get a clear marking scheme at built-in virtual hosts feature: No: aiohttp You are better than the official documentation of aiohttp. |
Beta Was this translation helpful? Give feedback.
provinzkraut,
Thank you for your clear answer. Finally I get a clear marking scheme at built-in virtual hosts feature:
No: aiohttp
Yes: Quart
Yes: Sanic
Yes: Starlette
No: Starlite
You are better than the official documentation of aiohttp.
aiohttp wastes my reading on its rhetoric paragraph to defer this feature to NGINX or Apache in order to avoid the absence of function.