digestive-bootstrap-0.1.0.0: Speed up form designing using digestive functors and bootstrap

Safe HaskellNone

Text.Digestive.Bootstrap

Synopsis

Documentation

data StdMethod

HTTP standard method (as defined by RFC 2616, and PATCH which is defined by RFC 5789).

Constructors

GET 
POST 
HEAD 
PUT 
DELETE 
TRACE 
CONNECT 
OPTIONS 
PATCH