diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2023-03-05 13:45:37 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2023-03-05 13:47:41 +0400 |
| commit | a0e8e5a91d15ed8c79f4a1b5914d3a6242c0cbd3 (patch) | |
| tree | 76f76788523a16c0db8cb8f3a90b23912acd37d4 /Web/Http.hs | |
| parent | dd73de2e563c332c5a90bb21c5c7e6cbebc0ab86 (diff) | |
Migrated project to cabal
Diffstat (limited to 'Web/Http.hs')
| -rw-r--r-- | Web/Http.hs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Web/Http.hs b/Web/Http.hs deleted file mode 100644 index 92cb043..0000000 --- a/Web/Http.hs +++ /dev/null @@ -1,12 +0,0 @@ -module Web.Http where - -import Data.Text (Text) - -data Header = Header Text Text - deriving Show - -data Method = GET | PUT | POST - deriving (Show, Eq) - -data QueryPair = QueryPair Text Text - deriving Show |