Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您可以使用wai-cors中间件添加 CORS 标头。
wai-cors
最后你会有类似的东西
app = simpleCors $ serve api serverImpl
在哪里
simpleCors
Middleware
serve
wai
Application
api :: Proxy YourAPI
serverImpl