Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- ok :: Int
- created :: Int
- accepted :: Int
- nonAuthoritativeInformation :: Int
- noContent :: Int
- resetContent :: Int
- partialContent :: Int
- badRequest :: Int
- notFound :: Int
- internalServerError :: Int
- pattern Informational :: Int
- pattern Successful :: Int
- pattern Redirect :: Int
- pattern ClientError :: Int
- pattern ServerError :: Int
- pattern Ok :: Int
- pattern Created :: Int
- pattern Accepted :: Int
- pattern NonAuthoritativeInformation :: Int
- pattern NoContent :: Int
- pattern ResetContent :: Int
- pattern PartialContent :: Int
- pattern BadRequest :: Int
- pattern NotFound :: Int
- pattern InternalServerError :: Int
Documentation
resetContent :: Int Source #
partialContent :: Int Source #
badRequest :: Int Source #
pattern Informational :: Int Source #
Matches for 1XX http status codes
pattern Successful :: Int Source #
Matches for 2XX http status codes
pattern ClientError :: Int Source #
Matches for 4XX http status codes
pattern ServerError :: Int Source #
Matches for 5XX http status codes
pattern NonAuthoritativeInformation :: Int Source #
Matches the 203 Non-Authoritative Information status code
pattern ResetContent :: Int Source #
Matches the 205 Reset Content status code
pattern PartialContent :: Int Source #
Matches the 206 Partial Content status code
pattern BadRequest :: Int Source #
Matches the 400 Bad Request status code
pattern InternalServerError :: Int Source #
Matches the 500 Internal Server Error status code