linnet-0.2.0.0: Lightweight library for building HTTP API

Safe HaskellSafe
LanguageHaskell2010

Linnet.ContentTypes

Synopsis

Documentation

type TextHtml = "text/html" Source #

Content-Type literal for text/html encoding

type TextPlain = "text/plain" Source #

Content-Type literal for text/plain encoding

type ApplicationJson = "application/json" Source #

Content-Type literal for application/json encoding