sttp-client
sttp-client
endpoints4s.sttp
endpoints4s.sttp.client
BasicAuthentication
BuiltInErrors
Endpoints
EndpointsWithCustomErrors
Endpoint
Response
ResponseEntity
JsonEntitiesFromCodecs
Methods
MuxEndpoints
MuxEndpoint
StatusCodes
Urls
Path
QueryString
Segment
Url
sttp-client
/
endpoints4s.sttp.client
/
MuxEndpoints
/
MuxEndpoint
MuxEndpoint
class
MuxEndpoint
[
Req
<:
MuxRequest
,
Resp
,
Transport
](
request: ()
=>
Transport
,
response:
Response
[
Transport
])
Graph
Supertypes
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
apply
(
req:
Req
)(
implicit
encoder:
Encoder
[
Req
,
Transport
],
decoder:
Decoder
[
Transport
,
Resp
]):
R
[
Response
]