HTTP client using sttp
sttp-client is a Scala HTTP client integrating with a number of Scala stacks, including direct-style backends.
The integration is included in the sttp-client library and includes:
synchronous backends, which are designed to work with direct-style Scala
streaming request & response bodies, converted to/from
Flows viaInputStreamsinteracting with WebSockets, either using the
WebSocketinterface directly, or usingFlows of web socket framesreceiving SSE streams as
Flow[ServerSentEvent]
For more details refer to the sttp-client documentation, specifically:
usage examples, tagged with the
Directlabel