Skip to content

Instantly share code, notes, and snippets.

@laurenceisla
laurenceisla / Main.hs
Created February 8, 2024 01:28
Testing host preferences in Warp
-- app/Main.hs
{-# LANGUAGE OverloadedStrings #-}
module Main where
import Network.Wai (responseLBS, Application)
import Network.Wai.Handler.Warp (defaultSettings, setHost, setPort,
runSettings, Settings)
import Network.HTTP.Types (status200)
import Network.HTTP.Types.Header (hContentType)