http-types-0.8.5: Generic HTTP types for Haskell (for both client and server code).

Safe HaskellSafe-Inferred

Network.HTTP.Types.Version

Synopsis

Documentation

data HttpVersion Source

HTTP Version.

Note that the Show instance is intended merely for debugging.

Constructors

HttpVersion 

Fields

httpMajor :: !Int
 
httpMinor :: !Int