object Server
- Source
- Server.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Server
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def api(config: NelsonConfig): HttpService[IO]
- def files(filePath: String): HttpService[IO]
-
def
json500(service: HttpService[IO]): HttpService[IO]
Catch internal server errors, log them, and return a JSON response
- val resources: HttpService[IO]
- def service(config: NelsonConfig): HttpService[IO]
- def start(config: NelsonConfig): IO[Server[IO]]
- def ui(config: NelsonConfig): HttpService[IO]