summaryrefslogtreecommitdiff
path: root/Http.hs
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2020-11-26 18:06:45 +0400
committerAndrew <saintruler@gmail.com>2020-11-26 18:06:45 +0400
commit8464c5cec2e2cba0eae009826de0532675152c4e (patch)
tree981d8db02b3e87d514ed8a0d97fdf533f5a04f35 /Http.hs
parent6907a35ac265c4d4eeb127befea481a84e59ad4a (diff)
Added stack tool to project
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