← 返回首页
GitHub - softwaremill/sttp-shared · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

softwaremill/sttp-shared

 master
Go to file
Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,055 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
View all files

Repository files navigation

sttp is a family of Scala HTTP-related projects, and currently includes:

  • sttp client: The Scala HTTP client you always wanted!
  • sttp tapir: Typed API descRiptions
  • sttp model: Simple Scala HTTP model.
  • sttp shared: this project. Shared web socket, FP abstractions, capabilities and streaming code.

Quickstart with sbt

Add the following dependency:

"com.softwaremill.sttp.shared" %% "core" % "1.5.2"

sttp-shared is available for Scala 2.12, 2.13, 3.3, Scala.JS and Scala Native.

Building & testing the scala-native version

By default, sttp-native will not be included in the aggregate build of the root project. To include it, define the STTP_NATIVE environmental variable before running sbt, e.g.:

STTP_NATIVE=1 sbt

You might need to install some additional libraries, see the scala native documentation site.

Commercial Support

We offer commercial support for sttp and related technologies, as well as development services. Contact us to learn more about our offer!

Copyright

Copyright (C) 2020-2021 SoftwareMill https://softwaremill.com.

Packages

 
 
 

Contributors

Languages

Footer

© 2026 GitHub, Inc.