Module
Network.HTTP
- Package
- purescript-http
- Repository
- joneshf/purescript-http
#StatusCode Source
data StatusCodeConstructors
NoStatusAcceptedBadGatewayBadRequestContinueCreatedExpectationFailedForbiddenFoundGatewayTimeoutGoneHTTPVersionNotSupportedInternalServerErrorLengthRequiredMethodNotAllowedMovedPermanentlyMultipleChoicesNoContentNonAuthoritativeInformationNotAcceptableNotFoundNotImplementedNotModifiedOkPartialContentPaymentRequiredPreconditionFailedProxyAuthenticationRequiredRequestedRangeNotSatisfiableRequestEntityTooLargeRequestTimeoutRequestURITooLongResetContentSeeOtherSwitchingProtocolsTemporaryRedirectUnsupportedMediaTypeUseProxy
Instances
#HeaderHead Source
data HeaderHeadConstructors
AcceptAcceptCharsetAcceptEncodingAcceptLanguageAllowAuthorizationCacheControlConnectionContentEncodingContentLanguageContentLengthContentLocationContentMD5ContentRangeContentTypeDateExpectExpiresFromHostIfMatchIfModifiedSinceIfNoneMatchIfRangeIfUnmodifiedSinceLastModifiedMaxForwardsPragmaProxyAuthorizationRangeRefererTETrailerTransferEncodingUpgradeUserAgentViaWarningCustom String
Instances
#string2Head Source
string2Head :: String -> HeaderHead#status2Number Source
status2Number :: StatusCode -> Int#number2Status Source
number2Status :: Int -> Maybe StatusCode#acceptCharset Source
acceptCharset :: String -> Header#acceptEncoding Source
acceptEncoding :: String -> Header#acceptLanguage Source
acceptLanguage :: String -> Header#authorization Source
authorization :: String -> Header#cacheControl Source
cacheControl :: String -> Header#connection Source
connection :: String -> Header#contentEncoding Source
contentEncoding :: String -> Header#contentLanguage Source
contentLanguage :: String -> Header#contentLength Source
contentLength :: String -> Header#contentLocation Source
contentLocation :: String -> Header#contentMD5 Source
contentMD5 :: String -> Header#contentRange Source
contentRange :: String -> Header#contentType Source
contentType :: String -> Header#ifModifiedSince Source
ifModifiedSince :: String -> Header#ifNoneMatch Source
ifNoneMatch :: String -> Header#ifUnmodifiedSince Source
ifUnmodifiedSince :: String -> Header#lastModified Source
lastModified :: String -> Header#maxForwards Source
maxForwards :: String -> Header#proxyAuthorization Source
proxyAuthorization :: String -> Header#transferEncoding Source
transferEncoding :: String -> Header- Modules
- Network.
HTTP