Skip to content

encalmo/sttp-utils

Repository files navigation

GitHub Maven Central Version Scaladoc

sttp-utils

This Scala 3 library provides few extensions to the sttp library provided with Scala toolkit.

Table of contents

Dependencies

Usage

Use with SBT

libraryDependencies += "org.encalmo" %% "sttp-utils" % "0.9.4"

or with SCALA-CLI

//> using dep org.encalmo::sttp-utils:0.9.4

Examples

See: Examples

Project content

├── .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

About

This Scala 3 library provides few extensions to the sttp

Topics

Resources

License

Stars

Watchers

Forks