Ross ROSS = Recommend OSS · open-source software intelligence for agents

softwaremill/sttp

The Scala HTTP client you always wanted! observed · 2026-08-28

github.com/softwaremill/sttp · homepage · Scala · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

97/100

  • Activity 99
  • Release rhythm 92
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 9.0
  • age_days: 3351
  • days_rel: 56
  • days_push: 9
  • n_releases_24m: 41

Full methodology

Adoption not part of the score

1502 stars · 333 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

sttp is a popular open-source HTTP client library for Scala with a clean, type-safe request description API. It supports synchronous, Future-based, and functional effect system programming styles, and runs on the JVM, Scala.js, and Scala Native.

Use cases

  • make http requests from scala
  • call apis with automatic serialization
  • upload and download files over http
  • work with websockets in scala
  • send multipart form data
  • trace http calls with opentelemetry
  • test http client interactions
  • use one http client across jvm js and native

When to choose

  • you write Scala and want a programmer-friendly, type-safe HTTP client
  • you need integration with cats-effect, ZIO, Monix, or other effect systems
  • you want pluggable backends (Java HttpClient, Akka/Pekko HTTP, http4s, OkHttp, Armeria)
  • you need JSON library integration (circe, uPickle, play-, etc.) and streaming support
  • you target multiple platforms: JVM, Scala.js, and Scala Native

When to avoid

  • you are not using Scala or the JVM/Scala ecosystem
  • you need a full HTTP server, not just a client
  • you want a zero-dependency minimal client and prefer raw Java HttpClient directly
  • your project is locked into a different HTTP stack with no need for an abstraction layer

Facets

library · maturity active

http-client serialization websocket tracing testing file-upload web-development apis developer-tools jvm cross-platform wasm scala scala-js scala-native cats-effect zio akka-http pekko okhttp uri-interpolation -integration streaming

1 source

Member repositories

RepositoryRoleHealth v2
softwaremill/sttpmain97

For agents

markdown · JSON · MCP: product_card(name="softwaremill/sttp")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem