salvia-1.0.0: Modular web application framework.

Network.Salvia.Handler.Range

Synopsis

Documentation

data Range Source

HTTP Range datatype.

Instances

contentRange :: Http Response :-> Maybe RangeSource

Access the Content-Range header field.

range :: Http Request :-> Maybe RangeSource

Access the Range header field.

rangeL :: String :<->: RangeSource

Lens containing parser and pretty-printer for HTTP ranges.