linnet-0.4.0.0: Lightweight library for building HTTP API

Safe HaskellSafe
LanguageHaskell2010

Linnet.ContentTypes

Synopsis

Documentation

type TextHtml = Proxy "text/html" Source #

Content-Type literal for text/html encoding

type TextPlain = Proxy "text/plain" Source #

Content-Type literal for text/plain encoding

type ApplicationJson = Proxy "application/json" Source #

Content-Type literal for application/json encoding