codeport / scala-http

la-scala http homework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scala-http travis-ci

scala-http is a HTTP server written in Scala.

Getting started

Install sbt first.

Next, try these steps:

$ git clone https://github.com/codeport/scala-http.git
$ cd scala-http
$ sbt run

Then scala-http serves all files in the directory you run the server.

Features

  • Serving static files
  • Caching
  • Chunked-Encoding
  • Content-Encoding

About

la-scala http homework


Languages

Language:Scala 100.0%