sttp
sttp copied to clipboard
The Scala HTTP client you always wanted!
I'm observing that when using the akka-http backend, headers with values that contain key-value-pairs, double quotes will get stripped out: i.e. ``` Authorization: My-Request-Auth k1="v1" k2="v2,v3" ``` Which seems to...
Currently `Response` can be easily created with `ExampleGet`Request metadata, as manifested in #1718. It would be better if the api itself could prevent such bugs (e.g. by moving this into...
```scala //> using lib "com.softwaremill.sttp.client3::core::3.8.5" val resp = simpleHttpClient.send(quickRequest.get(uri"https://www.google.com")) resp.headers.foreach(println) ``` outputs ``` server: gws ... :status: 200 ... ``` Is it expected to see this extra `:status` header in...
I am testing `scala-cli` with `sttp` and always get one of these two errors reported `arm64 mac` ```scala //> using scala "3.2.1" //> using lib "com.softwaremill.sttp.client3::core::3.8.5" import sttp.client3.quick.* @main def...
Hi, I hit a timeout exception from time to time with our application using sttpClient imported from async-http-client-backend-cats. We deployed with K8s but I saw this exception only on Azure...
I have been playing with a stream client powered by monix, I noticed a weird behavior that's present on `HttpClientMonixBackend` and `FetchMonixBackend`, there is a chance this could be present...
Fix segfault on macOS STTP native #1481
## About this PR 📦 Updates * [org.http4s:http4s-client](https://github.com/http4s/http4s) * [org.http4s:http4s-ember-client](https://github.com/http4s/http4s) from `0.23.26` to `0.23.27` 📜 [GitHub Release Notes](https://github.com/http4s/http4s/releases/tag/v0.23.27) - [Version Diff](https://github.com/http4s/http4s/compare/v0.23.26...v0.23.27) ## Usage ✅ **Please merge!** I'll automatically update this...
## About this PR 📦 Updates [com.twitter:finagle-http](https://github.com/twitter/finagle) from `23.11.0` to `24.2.0` ⚠ ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't...
## About this PR 📦 Updates * [com.github.plokhotnyuk.jsoniter-scala:jsoniter-scala-core](https://github.com/plokhotnyuk/jsoniter-scala) * [com.github.plokhotnyuk.jsoniter-scala:jsoniter-scala-macros](https://github.com/plokhotnyuk/jsoniter-scala) from `2.28.4` to `2.28.5` 📜 [GitHub Release Notes](https://github.com/plokhotnyuk/jsoniter-scala/releases/tag/v2.28.5) - [Version Diff](https://github.com/plokhotnyuk/jsoniter-scala/compare/v2.28.4...v2.28.5) ## Usage ✅ **Please merge!** I'll automatically update this...