Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ http4s Public
forked from http4s/http4s

A minimal, idiomatic Scala interface for HTTP

License

neelvk/http4s

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 99.9%
  • Other 0.1%