diff options
| author | Andrew <saintruler@gmail.com> | 2020-11-26 16:51:52 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2020-11-26 16:51:52 +0400 |
| commit | 6907a35ac265c4d4eeb127befea481a84e59ad4a (patch) | |
| tree | c115faf536fe82d0e2a998a4b8a1529e3b6ccf16 /Request.hs | |
| parent | 446602fe336ad1c2a23e3d50d7cd1d1356fcc9de (diff) | |
Added Http parsing
Diffstat (limited to 'Request.hs')
| -rw-r--r-- | Request.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ module Request where +-- Request query url method data Request = Request String String String getQuery (Request query _ _) = query |