Skip to content

anthony-cros/http4s

 
 

Repository files navigation

Http4s Build Status Gitter chat Maven Central

Http4s is a minimal, idiomatic Scala interface for HTTP services. Http4s is Scala's answer to Ruby's Rack, Python's WSGI, Haskell's WAI, and Java's Servlets.

val service = HttpService {
    case GET -> Root / "hello" =>
      Ok("Hello, better world.")
  }

Learn more at http4s.org.

http4s is proud to be a Typelevel incubator project. We are dedicated to providing a harassment-free community for everyone, and ask that the community adhere to the code of conduct.

About

A minimal, idiomatic Scala interface for HTTP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 99.9%
  • Other 0.1%