HTTPure.Response
- Package
- purescript-httpure
- Repository
- cprussin/purescript-httpure
#emptyResponse Source
emptyResponse :: Status -> ResponseMThe same as response but without a body.
#emptyResponse' Source
emptyResponse' :: Status -> Headers -> ResponseMThe same as emptyResponse but with headers.
#switchingProtocols Source
switchingProtocols :: ResponseM101
#switchingProtocols' Source
switchingProtocols' :: Headers -> ResponseM101 with headers
#processing Source
processing :: ResponseM102
#processing' Source
processing' :: Headers -> ResponseM102 with headers
#nonAuthoritativeInformation Source
nonAuthoritativeInformation :: forall b. Body b => b -> ResponseM203
#nonAuthoritativeInformation' Source
nonAuthoritativeInformation' :: forall b. Body b => Headers -> b -> ResponseM203 with headers
#noContent' Source
noContent' :: Headers -> ResponseM204 with headers
#resetContent Source
resetContent :: ResponseM205
#resetContent' Source
resetContent' :: Headers -> ResponseM205 with headers
#partialContent Source
partialContent :: forall b. Body b => b -> ResponseM206
#partialContent' Source
partialContent' :: forall b. Body b => Headers -> b -> ResponseM206 with headers
#multiStatus Source
multiStatus :: forall b. Body b => b -> ResponseM207
#alreadyReported Source
alreadyReported :: ResponseM208
#alreadyReported' Source
alreadyReported' :: Headers -> ResponseM208 with headers
#multipleChoices Source
multipleChoices :: forall b. Body b => b -> ResponseM300
#multipleChoices' Source
multipleChoices' :: forall b. Body b => Headers -> b -> ResponseM300 with headers
#movedPermanently Source
movedPermanently :: forall b. Body b => b -> ResponseM301
#movedPermanently' Source
movedPermanently' :: forall b. Body b => Headers -> b -> ResponseM301 with headers
#notModified Source
notModified :: ResponseM304
#notModified' Source
notModified' :: Headers -> ResponseM304 with headers
#temporaryRedirect Source
temporaryRedirect :: forall b. Body b => b -> ResponseM307
#temporaryRedirect' Source
temporaryRedirect' :: forall b. Body b => Headers -> b -> ResponseM307 with headers
#permanentRedirect Source
permanentRedirect :: forall b. Body b => b -> ResponseM308
#permanentRedirect' Source
permanentRedirect' :: forall b. Body b => Headers -> b -> ResponseM308 with headers
#badRequest Source
badRequest :: forall b. Body b => b -> ResponseM400
#unauthorized Source
unauthorized :: ResponseM401
#unauthorized' Source
unauthorized' :: Headers -> ResponseM401 with headers
#paymentRequired Source
paymentRequired :: ResponseM402
#paymentRequired' Source
paymentRequired' :: Headers -> ResponseM402 with headers
#forbidden' Source
forbidden' :: Headers -> ResponseM403 with headers
#methodNotAllowed Source
methodNotAllowed :: ResponseM405
#methodNotAllowed' Source
methodNotAllowed' :: Headers -> ResponseM405 with headers
#notAcceptable Source
notAcceptable :: ResponseM406
#notAcceptable' Source
notAcceptable' :: Headers -> ResponseM406 with headers
#proxyAuthenticationRequired' Source
proxyAuthenticationRequired' :: Headers -> ResponseM407 with headers
#requestTimeout Source
requestTimeout :: ResponseM408
#requestTimeout' Source
requestTimeout' :: Headers -> ResponseM408 with headers
#lengthRequired Source
lengthRequired :: ResponseM411
#lengthRequired' Source
lengthRequired' :: Headers -> ResponseM411 with headers
#preconditionFailed Source
preconditionFailed :: ResponseM412
#preconditionFailed' Source
preconditionFailed' :: Headers -> ResponseM412 with headers
#payloadTooLarge Source
payloadTooLarge :: ResponseM413
#payloadTooLarge' Source
payloadTooLarge' :: Headers -> ResponseM413 with headers
#uRITooLong Source
uRITooLong :: ResponseM414
#uRITooLong' Source
uRITooLong' :: Headers -> ResponseM414 with headers
#unsupportedMediaType' Source
unsupportedMediaType' :: Headers -> ResponseM415 with headers
#rangeNotSatisfiable Source
rangeNotSatisfiable :: ResponseM416
#rangeNotSatisfiable' Source
rangeNotSatisfiable' :: Headers -> ResponseM416 with headers
#expectationFailed Source
expectationFailed :: ResponseM417
#expectationFailed' Source
expectationFailed' :: Headers -> ResponseM417 with headers
#imATeapot' Source
imATeapot' :: Headers -> ResponseM418 with headers
#misdirectedRequest Source
misdirectedRequest :: ResponseM421
#misdirectedRequest' Source
misdirectedRequest' :: Headers -> ResponseM421 with headers
#unprocessableEntity Source
unprocessableEntity :: ResponseM422
#unprocessableEntity' Source
unprocessableEntity' :: Headers -> ResponseM422 with headers
#failedDependency Source
failedDependency :: ResponseM424
#failedDependency' Source
failedDependency' :: Headers -> ResponseM424 with headers
#upgradeRequired Source
upgradeRequired :: ResponseM426
#upgradeRequired' Source
upgradeRequired' :: Headers -> ResponseM426 with headers
#preconditionRequired' Source
preconditionRequired' :: Headers -> ResponseM428 with headers
#tooManyRequests Source
tooManyRequests :: ResponseM429
#tooManyRequests' Source
tooManyRequests' :: Headers -> ResponseM429 with headers
#requestHeaderFieldsTooLarge' Source
requestHeaderFieldsTooLarge' :: Headers -> ResponseM431 with headers
#internalServerError Source
internalServerError :: forall b. Body b => b -> ResponseM500
#internalServerError' Source
internalServerError' :: forall b. Body b => Headers -> b -> ResponseM500 with headers
#notImplemented Source
notImplemented :: ResponseM501
#notImplemented' Source
notImplemented' :: Headers -> ResponseM501 with headers
#badGateway Source
badGateway :: ResponseM502
#badGateway' Source
badGateway' :: Headers -> ResponseM502 with headers
#gatewayTimeout Source
gatewayTimeout :: ResponseM504
#gatewayTimeout' Source
gatewayTimeout' :: Headers -> ResponseM504 with headers
#hTTPVersionNotSupported' Source
hTTPVersionNotSupported' :: Headers -> ResponseM505 with headers
#variantAlsoNegotiates' Source
variantAlsoNegotiates' :: Headers -> ResponseM506 with headers
#insufficientStorage Source
insufficientStorage :: ResponseM507
#insufficientStorage' Source
insufficientStorage' :: Headers -> ResponseM507 with headers
#loopDetected Source
loopDetected :: ResponseM508
#loopDetected' Source
loopDetected' :: Headers -> ResponseM508 with headers
#notExtended Source
notExtended :: ResponseM510
#notExtended' Source
notExtended' :: Headers -> ResponseM510 with headers
#networkAuthenticationRequired' Source
networkAuthenticationRequired' :: Headers -> ResponseM511 with headers