| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
Network.HTTP.Types.Version
Description
Types and constants to describe the HTTP version.
Synopsis
- data HttpVersion = HttpVersion {}
 - http09 :: HttpVersion
 - http10 :: HttpVersion
 - http11 :: HttpVersion
 - http20 :: HttpVersion
 
Documentation
data HttpVersion Source #
HTTP Version.
Note that the Show instance is intended merely for debugging.
Constructors
| HttpVersion | |
Instances
http09 :: HttpVersion Source #
HTTP 0.9
http10 :: HttpVersion Source #
HTTP 1.0
http11 :: HttpVersion Source #
HTTP 1.1
http20 :: HttpVersion Source #
HTTP 2.0
Since: 0.10