Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
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.
Instances
Eq HttpVersion Source # | |
Defined in Network.HTTP.Types.Version (==) :: HttpVersion -> HttpVersion -> Bool Source # (/=) :: HttpVersion -> HttpVersion -> Bool Source # |
|
Ord HttpVersion Source # | |
Defined in Network.HTTP.Types.Version compare :: HttpVersion -> HttpVersion -> Ordering Source # (<) :: HttpVersion -> HttpVersion -> Bool Source # (<=) :: HttpVersion -> HttpVersion -> Bool Source # (>) :: HttpVersion -> HttpVersion -> Bool Source # (>=) :: HttpVersion -> HttpVersion -> Bool Source # max :: HttpVersion -> HttpVersion -> HttpVersion Source # min :: HttpVersion -> HttpVersion -> HttpVersion Source # |
|
Show HttpVersion Source # | |
Defined in Network.HTTP.Types.Version |
http09 :: HttpVersion Source #
HTTP 0.9
http10 :: HttpVersion Source #
HTTP 1.0
http11 :: HttpVersion Source #
HTTP 1.1
http20 :: HttpVersion Source #
HTTP 2.0