Skip to content

http4s/http4s.g8

This branch is up to date with 0.23.

Folders and files

NameName
Last commit message
Last commit date
Dec 27, 2024
Jan 23, 2025
Jan 23, 2025
Dec 23, 2020
Apr 6, 2019
Sep 26, 2017
Feb 1, 2023
Aug 31, 2023
Jan 23, 2025

Repository files navigation

http4s giter8 template

This template is based on a final tagless architecture. For an alternate version fixed on cats.effect.IO, see http4s-io.g8.

Instructions

Generate an http4s service on the ember backend with Circe.

  1. Install sbt
  2. Create your project:
    • Scala 2: sbt new http4s/http4s.g8
    • Scala 3: sbt new http4s/http4s.g8 --branch 0.23-scala3
    • Java 8: sbt new http4s/http4s.g8 --branch 0.23-java8
  3. cd quickstart
  4. sbt run
  5. curl http://localhost:8080/hello/$USER
  6. Learn more

About

giter8 template for bootstrapping http4s services

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages