haskyapi-0.0.0.2: HTTP server

Safe HaskellNone
LanguageHaskell2010

Web.Haskyapi.Header

Documentation

data RqLine Source #

Constructors

RqLine 

Instances

data Method Source #

Constructors

GET 
POST 
PUT 
DELETE 
PATCH 
Other 

Instances

type Query = [(String, String)] Source #