dsl
1.0.0-M39
dsl
API
org.http4s.dsl
&
Http4sDsl
Http4sDsl
MethodConcatOps
MethodOps
Http4sDsl2
RequestDsl
RequestDslBinCompat
io
request
org.http4s.dsl.impl
+&
->
->>
/
/:
:?
AllowResponseGenerator
Auth
as
EmptyResponseGenerator
EntityResponseGenerator
FlagQueryParamMatcher
IntVar
LocationResponseGenerator
LongVar
MatrixVar
MatrixVar
MethodConcat
Methods
OptionalMultiQueryParamDecoderMatcher
OptionalQueryParamDecoderMatcher
OptionalQueryParamMatcher
OptionalValidatingQueryParamDecoderMatcher
ProxyAuthenticateResponseGenerator
QueryParamDecoderMatcher
QueryParamDecoderMatcherWithDefault
QueryParamMatcher
QueryParamMatcherWithDefault
ResponseGenerator
Responses
Responses
AcceptedOps
AlreadyReportedOps
BadGatewayOps
BadRequestOps
ConflictOps
ContinueOps
CreatedOps
EarlyHintsOps
ExpectationFailedOps
FailedDependencyOps
ForbiddenOps
FoundOps
GatewayTimeoutOps
GoneOps
HttpVersionNotSupportedOps
IMUsedOps
InsufficientStorageOps
InternalServerErrorOps
LengthRequiredOps
LockedOps
LoopDetectedOps
MethodNotAllowedOps
MisdirectedRequestOps
MovedPermanentlyOps
MultiStatusOps
MultipleChoicesOps
NetworkAuthenticationRequiredOps
NoContentOps
NonAuthoritativeInformationOps
NotAcceptableOps
NotExtendedOps
NotFoundOps
NotImplementedOps
NotModifiedOps
OkOps
PartialContentOps
PayloadTooLargeOps
PaymentRequiredOps
PermanentRedirectOps
PreconditionFailedOps
PreconditionRequiredOps
ProxyAuthenticationRequiredOps
RangeNotSatisfiableOps
RequestHeaderFieldsTooLargeOps
RequestTimeoutOps
ResetContentOps
SeeOtherOps
ServiceUnavailableOps
SwitchingProtocolsOps
TemporaryRedirectOps
TooEarlyOps
TooManyRequestsOps
UnauthorizedOps
UnavailableForLegalReasonsOps
UnprocessableEntityOps
UnsupportedMediaTypeOps
UpgradeRequiredOps
UriTooLongOps
VariantAlsoNegotiatesOps
Statuses
UUIDVar
ValidatingQueryParamDecoderMatcher
WwwAuthenticateResponseGenerator
~
dsl
/
org.http4s.dsl.impl
/
Responses
/
PayloadTooLargeOps
PayloadTooLargeOps
org.http4s.dsl.impl.Responses$.PayloadTooLargeOps
final
class
PayloadTooLargeOps
[
F
[
_
],
G
[
_
]](
val
status
:
Status
,
val
liftG
:
FunctionK
[
G
,
F
])
extends
EntityResponseGenerator
[
F
,
G
]
Attributes
Source:
Responses.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
EntityResponseGenerator
[
F
,
G
]
trait
ResponseGenerator
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Inherited methods
def
apply
[
A
](
body
:
A
,
headers
:
ToRaw
*)(
implicit
F
:
Applicative
[
F
],
w
:
EntityEncoder
[
G
,
A
]):
F
[
Response
[
G
]]
Attributes
Inherited from:
EntityResponseGenerator
Source:
ResponseGenerator.scala
def
apply
[
A
](
body
:
G
[
A
])(
implicit
F
:
Monad
[
F
],
w
:
EntityEncoder
[
G
,
A
]):
F
[
Response
[
G
]]
Attributes
Inherited from:
EntityResponseGenerator
Source:
ResponseGenerator.scala
def
apply
(
)(
implicit
F
:
Applicative
[
F
]):
F
[
Response
[
G
]]
Attributes
Inherited from:
EntityResponseGenerator
Source:
ResponseGenerator.scala
def
headers
(
header
:
ToRaw
,
_headers
:
ToRaw
*)(
implicit
F
:
Applicative
[
F
]):
F
[
Response
[
G
]]
Attributes
Inherited from:
EntityResponseGenerator
Source:
ResponseGenerator.scala
Concrete fields
val
liftG
:
FunctionK
[
G
,
F
]
Attributes
Source:
Responses.scala
val
status
:
Status
Attributes
Source:
Responses.scala