Skip to content

Instantly share code, notes, and snippets.

View agenovese's full-sized avatar

Angelo Genovese agenovese

View GitHub Profile
@Yyukan
Yyukan / http4szio.scala
Created March 1, 2019 07:45
Http4s example with ZIO
import cats.effect
import scalaz.zio._
import scalaz.zio.interop.catz._
import org.http4s._
import org.http4s.dsl.io._
import org.http4s.implicits._
import org.http4s.server.Router
import org.http4s.server.blaze.BlazeServerBuilder
import scalaz.zio.clock.Clock