-
Our `Uri` type is bad and I feel bad.
- It doesn't round trip (#1651)
- It's inconsistent which of its components are in the companion.
- The authority hierarchy is staggeringly complex.
- Only …
-
Can you provide an example about how can we make POST call with raw body in sttp. So far I have only dealt with form data. My raw body can be a JSON payload or a text on use case basis.
-
Hello,
I'm trying to resolve a bug with sttp on Scala Native on macOS.
I have this simple code :
```scala
object Main extends App {
import sttp.client3._
val request = basicRequest
…
k3rnL updated
2 years ago
-
When rendering an enum schema, `AsyncAPI.toYaml` returns something like this:
```
components:
schemas:
MyEvent:
oneOf:
- $ref: '#/components/schemas/MyEvent1'
- $ref: '#…
-
multi-part upload support is missing in airframe-http.
Related https://github.com/xerial/sbt-sonatype/pull/474
-
I'd like to access raw response body when my client call fails, so e.g. I can log it.
Right now if I have an `endpoint: Endpoint[Unit,Unit,Nothing,Unit,Any]` and do `SttpClientInterpreter(SttpClien…
-
I'm trying to make a request through a secure http proxy using `sttp` and `async-http-client-backend-zio1` client. The proxy (squid) is working fine, I was able to connect through it on node.js withou…
-
[STTP](https://github.com/softwaremill/sttp) Support Scala-Native via Curl. Requests-Scala should be able to support it via the same approach. We just need it to be wired into the Requests-Scala codeb…
-
Tapir version: All
Scala version: 3
There is no `tapir-http4s-client` artifact for Scala Native. Native server module is already provided.
https://mvnrepository.com/artifact/com.softwaremill.…
-
Tapir version: 1.1.4
Scala version: 2.12.16
**Describe the bug**
Source: [gitter thread](https://gitter.im/softwaremill/tapir?at=635e85d7bad3c73752fd95bd)
What is the problem?
Code that sho…