packages feed

http-dispatch-0.1.0.0: src/Network/HTTP/Dispatch/Headers.hs

{-# LANGUAGE OverloadedStrings #-}
module Network.HTTP.Dispatch.Headers where

import           Network.HTTP.Dispatch.Types (Header (..))

contentJSON :: Header
contentJSON = ("Content-Type", "application/json")