This Scala 3 library provides few extensions to the sttp library provided with Scala toolkit.
- Scala >= 3.3.5
- org.encalmo script-utils 0.9.1 | upickle-utils 0.9.9
- org.fusesource.jansi jansi 2.4.1
- com.softwaremill.sttp.client4 core 4.0.0-RC1 | upickle 4.0.0-RC1
Use with SBT
libraryDependencies += "org.encalmo" %% "sttp-utils" % "0.9.4"
or with SCALA-CLI
//> using dep org.encalmo::sttp-utils:0.9.4
See: Examples
├── .github
│ └── workflows
│ ├── pages.yaml
│ ├── release.yaml
│ └── test.yaml
│
├── .gitignore
├── .scalafmt.conf
├── HttpFormatter.scala
├── HttpieFormatter.scala
├── LICENSE
├── project.scala
├── README.md
├── RequestUtils.scala
├── SttpUtils.test.scala
└── test.sh