Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Network.HTTP.Types.Version
- data HttpVersion = HttpVersion {}
- http09 :: HttpVersion
- http10 :: HttpVersion
- http11 :: HttpVersion
Documentation
data HttpVersion Source
HTTP Version.
Note that the Show instance is intended merely for debugging.
Constructors
HttpVersion | |
Instances
HTTP 0.9
HTTP 1.0
HTTP 1.1