sttp icon indicating copy to clipboard operation
sttp copied to clipboard

The Scala HTTP client you always wanted!

Results 141 sttp issues
Sort by recently updated
recently updated
newest added
trafficstars

See https://github.com/lampepfl/gears Currently sttp-client defines a couple of backend types: `SyncBackend`, `Backend[F[_]]`, `WebSocketSyncBackend`, `StreamBackend[F[_], +S]`, `WebSocketStreamBackend[F[_], S]`. They all inherit from a `GenericBackend[F[_], +P]` (where P are supported sttp-capabilities, such...

Original question/feature request was posted in gitter: https://gitter.im/softwaremill/sttp?at=605d9dbd563232374c459a79 Consider I have a function which sends a request via `asWebSocketStream`: ```scala basicRequest .get(uri) .response(asWebSocketStream(Fs2Streams[F])(pipe)) .send(backend) ``` where backend is `SttpBackend[F, Fs2Streams[F]...

enhancement
v4

Hi, reaching out since my company is using spray json for a lot of things, and we also like your libraries :) Wanted to check regarding spray json, and scala...

Before submitting pull request: - [ ] Check if the project compiles by running `sbt compile` - [ ] Verify docs compilation by running `sbt compileDocs` - [ ] Check...

Hi, my goal is to create an extension of the example Ox websocket with scalajs to do a chat, I saw a good example [here](https://github.com/softwaremill/sttp/blob/master/examples3/src/main/scala/sttp/client4/examples/WebSocketOx.scala) but when I use ox...

Hello, We have been using this library for a while now but have recently realized that a lot of request failures due to 'Expires cookie directive not being a valid...

## About this PR 📦 Updates * [co.fs2:fs2-io](https://github.com/typelevel/fs2) * [co.fs2:fs2-reactive-streams](https://github.com/typelevel/fs2) from `3.10.2` to `3.11.0` 📜 [GitHub Release Notes](https://github.com/typelevel/fs2/releases/tag/v3.11.0) - [Version Diff](https://github.com/typelevel/fs2/compare/v3.10.2...v3.11.0) ## Usage ✅ **Please merge!** I'll automatically update this...

dependency
automerge

## About this PR 📦 Updates [com.lihaoyi:upickle](https://github.com/com-lihaoyi/upickle) from `3.3.1` to `4.0.1` ⚠ 📜 [GitHub Release Notes](https://github.com/com-lihaoyi/upickle/releases/tag/4.0.1) - [Release Notes](https://com-lihaoyi.github.io/upickle/#VersionHistory) - [Version Diff](https://github.com/com-lihaoyi/upickle/compare/3.3.1...4.0.1) ## Usage ✅ **Please merge!** I'll automatically update...

dependency
automerge