Packages

o

nelson

Server

object Server

Source
Server.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Server
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def api(config: NelsonConfig): HttpService[IO]
  2. def files(filePath: String): HttpService[IO]
  3. def json500(service: HttpService[IO]): HttpService[IO]

    Catch internal server errors, log them, and return a JSON response

  4. val resources: HttpService[IO]
  5. def service(config: NelsonConfig): HttpService[IO]
  6. def start(config: NelsonConfig): IO[Server[IO]]
  7. def ui(config: NelsonConfig): HttpService[IO]