TestServer.HTTPServer.Bandit (TestServer v0.1.21)

View Source

HTTP server adapter using Bandit.

By default only one acceptor process is started which is enough for testing. This adapter will be used by default if Bandit is loaded in the project.

Usage

TestServer.start(
  http_server: {TestServer.HTTPServer.Bandit, bandit_options}
)