{"id":26553583,"url":"https://github.com/encalmo/sttp-utils","last_synced_at":"2026-06-24T02:32:18.707Z","repository":{"id":283097841,"uuid":"944201549","full_name":"encalmo/sttp-utils","owner":"encalmo","description":"This Scala 3 library provides few extensions to the sttp","archived":false,"fork":false,"pushed_at":"2025-03-25T23:35:29.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-26T00:35:46.641Z","etag":null,"topics":["scala","scala3","sttp"],"latest_commit_sha":null,"homepage":"https://encalmo.github.io/sttp-utils/","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/encalmo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-07T00:27:59.000Z","updated_at":"2025-03-25T23:35:32.000Z","dependencies_parsed_at":"2025-03-18T15:48:17.757Z","dependency_job_id":null,"html_url":"https://github.com/encalmo/sttp-utils","commit_stats":null,"previous_names":["encalmo/sttp-utils"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/encalmo/sttp-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encalmo%2Fsttp-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encalmo%2Fsttp-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encalmo%2Fsttp-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encalmo%2Fsttp-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/encalmo","download_url":"https://codeload.github.com/encalmo/sttp-utils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encalmo%2Fsttp-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34714992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["scala","scala3","sttp"],"created_at":"2025-03-22T09:24:29.071Z","updated_at":"2026-06-24T02:32:18.692Z","avatar_url":"https://github.com/encalmo.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://github.com/encalmo/sttp-utils\"\u003e![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge\u0026logo=github\u0026logoColor=white)\u003c/a\u003e \u003ca href=\"https://central.sonatype.com/artifact/org.encalmo/sttp-utils_3\" target=\"_blank\"\u003e![Maven Central Version](https://img.shields.io/maven-central/v/org.encalmo/sttp-utils_3?style=for-the-badge)\u003c/a\u003e \u003ca href=\"https://encalmo.github.io/sttp-utils/scaladoc/org/encalmo/utils.html\" target=\"_blank\"\u003e\u003cimg alt=\"Scaladoc\" src=\"https://img.shields.io/badge/docs-scaladoc-red?style=for-the-badge\"\u003e\u003c/a\u003e\n\n# sttp-utils\n\nThis Scala 3 library provides few extensions to the [sttp](https://github.com/softwaremill/sttp) library provided with [Scala toolkit](https://docs.scala-lang.org/toolkit/introduction.html).\n\n## Table of contents\n\n- [Dependencies](#dependencies)\n- [Usage](#usage)\n- [Examples](#examples)\n\n## Dependencies\n\n   - [Scala](https://www.scala-lang.org) \u003e= 3.3.5\n   - org.encalmo [**script-utils** 0.9.1](https://central.sonatype.com/artifact/org.encalmo/script-utils_3) | [**upickle-utils** 0.9.9](https://central.sonatype.com/artifact/org.encalmo/upickle-utils_3)\n   - org.fusesource.jansi [**jansi** 2.4.1](https://central.sonatype.com/artifact/org.fusesource.jansi/jansi)\n   - com.softwaremill.sttp.client4 [**core** 4.0.0-RC1](https://github.com/softwaremill/sttp) | [**upickle** 4.0.0-RC1](https://github.com/softwaremill/sttp)\n\n## Usage\n\nUse with SBT\n\n    libraryDependencies += \"org.encalmo\" %% \"sttp-utils\" % \"0.9.4\"\n\nor with SCALA-CLI\n\n    //\u003e using dep org.encalmo::sttp-utils:0.9.4\n\n## Examples\n\nSee: [Examples](https://github.com/encalmo/sttp-utils/blob/main/SttpUtils.test.scala)\n\n## Project content\n\n```\n├── .github\n│   └── workflows\n│       ├── pages.yaml\n│       ├── release.yaml\n│       └── test.yaml\n│\n├── .gitignore\n├── .scalafmt.conf\n├── HttpFormatter.scala\n├── HttpieFormatter.scala\n├── LICENSE\n├── project.scala\n├── README.md\n├── RequestUtils.scala\n├── SttpUtils.test.scala\n└── test.sh\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fencalmo%2Fsttp-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fencalmo%2Fsttp-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fencalmo%2Fsttp-utils/lists"}