pjfanning / zio-http-example

Example of how to use zio-http with scala 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zio-http-example

Example of how to use zio-http with scala 3.

  • Checkout this repo to your machine.
  • There is a simpler version of this example in the without-metrics branch
  • The main branch includes examples of how to use zio-metrics-micrometer
sbt run
curl -v http://localhost:8090/json
curl -v http://localhost:8090/text
curl -v http://localhost:8090/timed

After a few calls to these endpoints, you can get count metrics in Prometheus format by calling:

curl -v http://localhost:8090/metrics

About

Example of how to use zio-http with scala 3

License:Apache License 2.0


Languages

Language:Scala 100.0%