summaryrefslogtreecommitdiff
path: root/Http.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Http.hs')
-rw-r--r--Http.hs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Http.hs b/Http.hs
new file mode 100644
index 0000000..1d60456
--- /dev/null
+++ b/Http.hs
@@ -0,0 +1,7 @@
+module Http where
+
+import Data.Text (Text)
+
+data Header = Header Text Text
+data Method = GET | POST
+data QueryPair = QueryPair Text Text