問題タブ [haskell-warp]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
haskell - scotty で warp の代わりに warp-tls を使用するには?
通常の warp サーバーではなく warp-tls を使用して scotty アプリケーションを起動する必要がありますが、実行中の warp は scotty のソース コードに組み込まれているようです。明らかな何かが欠けていますか?
haskell - Wai/Warp アプリで domain.com から www.domain にリクエストをリダイレクトする方法は?
私のサイトは Haskell/Servant と Wai/Warp で構築されています。私からのすべてのリクエストを 301 または 302 ステータスにリダイレクトする必要がありdomain.com
ますwww.domain.com
。Wai/Warp の助けを借りて、何とかそれができることを知っています。どのように正確に?