File: HttpBin.hs

package info (click to toggle)
haskell-wreq 0.5.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 380 kB
  • sloc: haskell: 2,992; makefile: 25
file content (7 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
module Main (main) where

import HttpBin.Server (serve)
import Snap.Http.Server.Config (commandLineConfig)

main :: IO ()
main = serve commandLineConfig