-
hi, i'm looking for Scala WebSocket Client which support Compression.
i think only backend that supports WebSocket Compression is async-http-client and ok http.
by the way, i found there is "Fu…
-
Following the zio.dev resource https://medium.com/@svroonland/processing-zio-effects-through-a-pipeline-c469e28dff62 this seems like the most basic implementation of a background stream.
https://gist…
-
I'm using sttp 3.0.0 with `async-http-client-backend-cats`.
My code looks like this:
```
AsyncHttpClientCatsBackend.resource[IO]().use { implicit backend =>
basicRequest
…
-
hi,
I'm using sttp with `AkkaHttpBackend`. In my application i'm executing http requests in parallel using cats' `parTraverse` and I saw that when there is a lot of open requests whole effect stops w…
-
**Describe the bug**
Hi there,
I'm using Pants (version 1.30.4) both on my CI machines and local machines to run some automated tests in Scala.
I've been noticing issues with Pants operations s…
-
Tapir version: ***
0.17.1
Scala version: ***
2.12.12
**Describe the bug**
Currently, it's possible to specify custom example/s for WebSockets endpoints but that will be ignored during Async…
-
While it is :) https://github.com/softwaremill/sttp
sttp-model and sttp-shared are properly listed as compatible.
adamw updated
3 years ago
-
Most of sttp' backends accept a `customizeRequest` function, which allows the user to modify the request prior to sending.
For example, in `AkkaHttpBackend`:
https://github.com/softwaremill/sttp…
-
We have had several questions about adding a security layer to internal subscriptions, specifically:
1. Authorization via shared secret or api key
2. TLS with self-signed or internal CA signed ce…
-
Tapir version: 0.17.0-M3
Scala version: 2.12.10
What is the problem?
Getting exception below for authorization token type which starts from lower case token type `b`: --header 'Authorizat…