1 2 3 4 5 6 7
module Http where import Data.Text (Text) data Header = Header Text Text data Method = GET | POST data QueryPair = QueryPair Text Text