http-media-0.8.1.1: Processing HTTP Content-Type and Accept headers
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.HTTP.Media.Encoding

Description

Defines the Encoding accept header with an Accept instance for use in encoding negotiation.

Synopsis

Documentation

data Encoding Source #

Suitable for HTTP encoding as defined in RFC7231.

Specifically:

codings = content-coding / "identity" / "*"