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

Index

accepted202 Network.HTTP.Types.Status , Network.HTTP.Types
badGateway502 Network.HTTP.Types.Status , Network.HTTP.Types
badRequest400 Network.HTTP.Types.Status , Network.HTTP.Types
ByteRange Network.HTTP.Types.Header , Network.HTTP.Types
ByteRangeFrom Network.HTTP.Types.Header , Network.HTTP.Types
ByteRangeFromTo Network.HTTP.Types.Header , Network.HTTP.Types
ByteRanges Network.HTTP.Types.Header , Network.HTTP.Types
ByteRangeSuffix Network.HTTP.Types.Header , Network.HTTP.Types
conflict409 Network.HTTP.Types.Status , Network.HTTP.Types
CONNECT Network.HTTP.Types.Method , Network.HTTP.Types
continue100 Network.HTTP.Types.Status , Network.HTTP.Types
created201 Network.HTTP.Types.Status , Network.HTTP.Types
decodePath Network.HTTP.Types.URI , Network.HTTP.Types
decodePathSegments Network.HTTP.Types.URI , Network.HTTP.Types
DELETE Network.HTTP.Types.Method , Network.HTTP.Types
encodePath Network.HTTP.Types.URI , Network.HTTP.Types
encodePathSegments Network.HTTP.Types.URI , Network.HTTP.Types
encodePathSegmentsRelative Network.HTTP.Types.URI , Network.HTTP.Types
EscapeItem Network.HTTP.Types.URI , Network.HTTP.Types
expectationFailed417 Network.HTTP.Types.Status , Network.HTTP.Types
extractPath Network.HTTP.Types.URI , Network.HTTP.Types
forbidden403 Network.HTTP.Types.Status , Network.HTTP.Types
found302 Network.HTTP.Types.Status , Network.HTTP.Types
gatewayTimeout504 Network.HTTP.Types.Status , Network.HTTP.Types
GET Network.HTTP.Types.Method , Network.HTTP.Types
gone410 Network.HTTP.Types.Status , Network.HTTP.Types
hAccept Network.HTTP.Types.Header , Network.HTTP.Types
hAcceptCharset Network.HTTP.Types.Header
hAcceptEncoding Network.HTTP.Types.Header
hAcceptLanguage Network.HTTP.Types.Header , Network.HTTP.Types
hAcceptRanges Network.HTTP.Types.Header
hAge Network.HTTP.Types.Header
hAllow Network.HTTP.Types.Header
hAuthorization Network.HTTP.Types.Header , Network.HTTP.Types
hCacheControl Network.HTTP.Types.Header , Network.HTTP.Types
hConnection Network.HTTP.Types.Header , Network.HTTP.Types
hContentDisposition Network.HTTP.Types.Header
hContentEncoding Network.HTTP.Types.Header , Network.HTTP.Types
hContentLanguage Network.HTTP.Types.Header
hContentLength Network.HTTP.Types.Header , Network.HTTP.Types
hContentLocation Network.HTTP.Types.Header
hContentMD5 Network.HTTP.Types.Header , Network.HTTP.Types
hContentRange Network.HTTP.Types.Header
hContentType Network.HTTP.Types.Header , Network.HTTP.Types
hCookie Network.HTTP.Types.Header , Network.HTTP.Types
hDate Network.HTTP.Types.Header , Network.HTTP.Types
HEAD Network.HTTP.Types.Method , Network.HTTP.Types
Header Network.HTTP.Types.Header , Network.HTTP.Types
HeaderName Network.HTTP.Types.Header , Network.HTTP.Types
hETag Network.HTTP.Types.Header
hExpect Network.HTTP.Types.Header
hExpires Network.HTTP.Types.Header
hFrom Network.HTTP.Types.Header
hHost Network.HTTP.Types.Header
hIfMatch Network.HTTP.Types.Header
hIfModifiedSince Network.HTTP.Types.Header , Network.HTTP.Types
hIfNoneMatch Network.HTTP.Types.Header
hIfRange Network.HTTP.Types.Header , Network.HTTP.Types
hIfUnmodifiedSince Network.HTTP.Types.Header
hLastModified Network.HTTP.Types.Header , Network.HTTP.Types
hLocation Network.HTTP.Types.Header , Network.HTTP.Types
hMaxForwards Network.HTTP.Types.Header
hMIMEVersion Network.HTTP.Types.Header
hOrigin Network.HTTP.Types.Header
hPragma Network.HTTP.Types.Header
hPrefer Network.HTTP.Types.Header
hPreferenceApplied Network.HTTP.Types.Header
hProxyAuthenticate Network.HTTP.Types.Header
hProxyAuthorization Network.HTTP.Types.Header
hRange Network.HTTP.Types.Header , Network.HTTP.Types
hReferer Network.HTTP.Types.Header , Network.HTTP.Types
hRetryAfter Network.HTTP.Types.Header
hServer Network.HTTP.Types.Header , Network.HTTP.Types
hSetCookie Network.HTTP.Types.Header
hTE Network.HTTP.Types.Header
hTrailer Network.HTTP.Types.Header
hTransferEncoding Network.HTTP.Types.Header
http09 Network.HTTP.Types.Version , Network.HTTP.Types
http10 Network.HTTP.Types.Version , Network.HTTP.Types
http11 Network.HTTP.Types.Version , Network.HTTP.Types
http20 Network.HTTP.Types.Version , Network.HTTP.Types
httpMajor Network.HTTP.Types.Version , Network.HTTP.Types
httpMinor Network.HTTP.Types.Version , Network.HTTP.Types
HttpVersion
1 (Type/Class) Network.HTTP.Types.Version , Network.HTTP.Types
2 (Data Constructor) Network.HTTP.Types.Version , Network.HTTP.Types
httpVersionNotSupported505 Network.HTTP.Types.Status , Network.HTTP.Types
hUpgrade Network.HTTP.Types.Header
hUserAgent Network.HTTP.Types.Header , Network.HTTP.Types
hVary Network.HTTP.Types.Header
hVia Network.HTTP.Types.Header
hWarning Network.HTTP.Types.Header
hWWWAuthenticate Network.HTTP.Types.Header
imATeapot418 Network.HTTP.Types.Status , Network.HTTP.Types
internalServerError500 Network.HTTP.Types.Status , Network.HTTP.Types
lengthRequired411 Network.HTTP.Types.Status , Network.HTTP.Types
Method Network.HTTP.Types.Method , Network.HTTP.Types
methodConnect Network.HTTP.Types.Method , Network.HTTP.Types
methodDelete Network.HTTP.Types.Method , Network.HTTP.Types
methodGet Network.HTTP.Types.Method , Network.HTTP.Types
methodHead Network.HTTP.Types.Method , Network.HTTP.Types
methodNotAllowed405 Network.HTTP.Types.Status , Network.HTTP.Types
methodOptions Network.HTTP.Types.Method , Network.HTTP.Types
methodPatch Network.HTTP.Types.Method , Network.HTTP.Types
methodPost Network.HTTP.Types.Method , Network.HTTP.Types
methodPut Network.HTTP.Types.Method , Network.HTTP.Types
methodTrace Network.HTTP.Types.Method , Network.HTTP.Types
mkStatus Network.HTTP.Types.Status , Network.HTTP.Types
movedPermanently301 Network.HTTP.Types.Status , Network.HTTP.Types
multipleChoices300 Network.HTTP.Types.Status , Network.HTTP.Types
networkAuthenticationRequired511 Network.HTTP.Types.Status , Network.HTTP.Types
noContent204 Network.HTTP.Types.Status , Network.HTTP.Types
nonAuthoritative203 Network.HTTP.Types.Status , Network.HTTP.Types
notAcceptable406 Network.HTTP.Types.Status , Network.HTTP.Types
notFound404 Network.HTTP.Types.Status , Network.HTTP.Types
notImplemented501 Network.HTTP.Types.Status , Network.HTTP.Types
notModified304 Network.HTTP.Types.Status , Network.HTTP.Types
ok200 Network.HTTP.Types.Status , Network.HTTP.Types
OPTIONS Network.HTTP.Types.Method , Network.HTTP.Types
parseByteRanges Network.HTTP.Types.Header , Network.HTTP.Types
parseMethod Network.HTTP.Types.Method , Network.HTTP.Types
parseQuery Network.HTTP.Types.URI , Network.HTTP.Types
parseQueryReplacePlus Network.HTTP.Types.URI
parseQueryText Network.HTTP.Types.URI , Network.HTTP.Types
parseSimpleQuery Network.HTTP.Types.URI , Network.HTTP.Types
partialContent206 Network.HTTP.Types.Status , Network.HTTP.Types
PartialEscapeQuery Network.HTTP.Types.URI , Network.HTTP.Types
PartialEscapeQueryItem Network.HTTP.Types.URI , Network.HTTP.Types
PATCH Network.HTTP.Types.Method , Network.HTTP.Types
paymentRequired402 Network.HTTP.Types.Status , Network.HTTP.Types
permanentRedirect308 Network.HTTP.Types.Status , Network.HTTP.Types
POST Network.HTTP.Types.Method , Network.HTTP.Types
preconditionFailed412 Network.HTTP.Types.Status , Network.HTTP.Types
preconditionRequired428 Network.HTTP.Types.Status , Network.HTTP.Types
proxyAuthenticationRequired407 Network.HTTP.Types.Status , Network.HTTP.Types
PUT Network.HTTP.Types.Method , Network.HTTP.Types
QE Network.HTTP.Types.URI , Network.HTTP.Types
QN Network.HTTP.Types.URI , Network.HTTP.Types
Query Network.HTTP.Types.URI , Network.HTTP.Types
QueryItem Network.HTTP.Types.URI , Network.HTTP.Types
QueryKeyLike Network.HTTP.Types.QueryLike
QueryLike Network.HTTP.Types.QueryLike , Network.HTTP.Types
QueryText Network.HTTP.Types.URI , Network.HTTP.Types
queryTextToQuery Network.HTTP.Types.URI , Network.HTTP.Types
queryToQueryText Network.HTTP.Types.URI , Network.HTTP.Types
QueryValueLike Network.HTTP.Types.QueryLike
renderByteRange Network.HTTP.Types.Header , Network.HTTP.Types
renderByteRangeBuilder Network.HTTP.Types.Header , Network.HTTP.Types
renderByteRanges Network.HTTP.Types.Header , Network.HTTP.Types
renderByteRangesBuilder Network.HTTP.Types.Header , Network.HTTP.Types
renderMethod Network.HTTP.Types.Method , Network.HTTP.Types
renderQuery Network.HTTP.Types.URI , Network.HTTP.Types
renderQueryBuilder Network.HTTP.Types.URI , Network.HTTP.Types
renderQueryBuilderPartialEscape Network.HTTP.Types.URI , Network.HTTP.Types
renderQueryPartialEscape Network.HTTP.Types.URI , Network.HTTP.Types
renderQueryText Network.HTTP.Types.URI , Network.HTTP.Types
renderSimpleQuery Network.HTTP.Types.URI , Network.HTTP.Types
renderStdMethod Network.HTTP.Types.Method , Network.HTTP.Types
requestedRangeNotSatisfiable416 Network.HTTP.Types.Status , Network.HTTP.Types
requestEntityTooLarge413 Network.HTTP.Types.Status , Network.HTTP.Types
requestHeaderFieldsTooLarge431 Network.HTTP.Types.Status , Network.HTTP.Types
RequestHeaders Network.HTTP.Types.Header , Network.HTTP.Types
requestTimeout408 Network.HTTP.Types.Status , Network.HTTP.Types
requestURITooLong414 Network.HTTP.Types.Status , Network.HTTP.Types
resetContent205 Network.HTTP.Types.Status , Network.HTTP.Types
ResponseHeaders Network.HTTP.Types.Header , Network.HTTP.Types
seeOther303 Network.HTTP.Types.Status , Network.HTTP.Types
serviceUnavailable503 Network.HTTP.Types.Status , Network.HTTP.Types
SimpleQuery Network.HTTP.Types.URI , Network.HTTP.Types
SimpleQueryItem Network.HTTP.Types.URI , Network.HTTP.Types
simpleQueryToQuery Network.HTTP.Types.URI , Network.HTTP.Types
Status
1 (Type/Class) Network.HTTP.Types.Status , Network.HTTP.Types
2 (Data Constructor) Network.HTTP.Types.Status , Network.HTTP.Types
status100 Network.HTTP.Types.Status , Network.HTTP.Types
status101 Network.HTTP.Types.Status , Network.HTTP.Types
status200 Network.HTTP.Types.Status , Network.HTTP.Types
status201 Network.HTTP.Types.Status , Network.HTTP.Types
status202 Network.HTTP.Types.Status , Network.HTTP.Types
status203 Network.HTTP.Types.Status , Network.HTTP.Types
status204 Network.HTTP.Types.Status , Network.HTTP.Types
status205 Network.HTTP.Types.Status , Network.HTTP.Types
status206 Network.HTTP.Types.Status , Network.HTTP.Types
status300 Network.HTTP.Types.Status , Network.HTTP.Types
status301 Network.HTTP.Types.Status , Network.HTTP.Types
status302 Network.HTTP.Types.Status , Network.HTTP.Types
status303 Network.HTTP.Types.Status , Network.HTTP.Types
status304 Network.HTTP.Types.Status , Network.HTTP.Types
status305 Network.HTTP.Types.Status , Network.HTTP.Types
status307 Network.HTTP.Types.Status , Network.HTTP.Types
status308 Network.HTTP.Types.Status , Network.HTTP.Types
status400 Network.HTTP.Types.Status , Network.HTTP.Types
status401 Network.HTTP.Types.Status , Network.HTTP.Types
status402 Network.HTTP.Types.Status , Network.HTTP.Types
status403 Network.HTTP.Types.Status , Network.HTTP.Types
status404 Network.HTTP.Types.Status , Network.HTTP.Types
status405 Network.HTTP.Types.Status , Network.HTTP.Types
status406 Network.HTTP.Types.Status , Network.HTTP.Types
status407 Network.HTTP.Types.Status , Network.HTTP.Types
status408 Network.HTTP.Types.Status , Network.HTTP.Types
status409 Network.HTTP.Types.Status , Network.HTTP.Types
status410 Network.HTTP.Types.Status , Network.HTTP.Types
status411 Network.HTTP.Types.Status , Network.HTTP.Types
status412 Network.HTTP.Types.Status , Network.HTTP.Types
status413 Network.HTTP.Types.Status , Network.HTTP.Types
status414 Network.HTTP.Types.Status , Network.HTTP.Types
status415 Network.HTTP.Types.Status , Network.HTTP.Types
status416 Network.HTTP.Types.Status , Network.HTTP.Types
status417 Network.HTTP.Types.Status , Network.HTTP.Types
status418 Network.HTTP.Types.Status , Network.HTTP.Types
status422 Network.HTTP.Types.Status , Network.HTTP.Types
status426 Network.HTTP.Types.Status
status428 Network.HTTP.Types.Status , Network.HTTP.Types
status429 Network.HTTP.Types.Status , Network.HTTP.Types
status431 Network.HTTP.Types.Status , Network.HTTP.Types
status500 Network.HTTP.Types.Status , Network.HTTP.Types
status501 Network.HTTP.Types.Status , Network.HTTP.Types
status502 Network.HTTP.Types.Status , Network.HTTP.Types
status503 Network.HTTP.Types.Status , Network.HTTP.Types
status504 Network.HTTP.Types.Status , Network.HTTP.Types
status505 Network.HTTP.Types.Status , Network.HTTP.Types
status511 Network.HTTP.Types.Status , Network.HTTP.Types
statusCode Network.HTTP.Types.Status , Network.HTTP.Types
statusIsClientError Network.HTTP.Types.Status , Network.HTTP.Types
statusIsInformational Network.HTTP.Types.Status , Network.HTTP.Types
statusIsRedirection Network.HTTP.Types.Status , Network.HTTP.Types
statusIsServerError Network.HTTP.Types.Status , Network.HTTP.Types
statusIsSuccessful Network.HTTP.Types.Status , Network.HTTP.Types
statusMessage Network.HTTP.Types.Status , Network.HTTP.Types
StdMethod Network.HTTP.Types.Method , Network.HTTP.Types
switchingProtocols101 Network.HTTP.Types.Status , Network.HTTP.Types
temporaryRedirect307 Network.HTTP.Types.Status , Network.HTTP.Types
tooManyRequests429 Network.HTTP.Types.Status , Network.HTTP.Types
toQuery Network.HTTP.Types.QueryLike , Network.HTTP.Types
toQueryKey Network.HTTP.Types.QueryLike
toQueryValue Network.HTTP.Types.QueryLike
TRACE Network.HTTP.Types.Method , Network.HTTP.Types
unauthorized401 Network.HTTP.Types.Status , Network.HTTP.Types
unprocessableEntity422 Network.HTTP.Types.Status , Network.HTTP.Types
unsupportedMediaType415 Network.HTTP.Types.Status , Network.HTTP.Types
upgradeRequired426 Network.HTTP.Types.Status
urlDecode Network.HTTP.Types.URI , Network.HTTP.Types
urlEncode Network.HTTP.Types.URI , Network.HTTP.Types
urlEncodeBuilder Network.HTTP.Types.URI , Network.HTTP.Types
useProxy305 Network.HTTP.Types.Status , Network.HTTP.Types