Skip to content

Latest commit

 

History

History
 
 

interop-http4s

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

HTTP4s + zio-json example

This example was adopted from HTTP4s’ Quickstart example

sbt run
$ curl http://127.0.0.1:8080/hello/sarah

{"greeting":"Hello, sarah"}