TestServer.HTTPServer.Plug.Cowboy (TestServer v0.1.21)

View Source

HTTP server adapter using Plug.Cowboy.

This adapter will be used by default if Bandit is not loaded and Plug.Cowboy is loaded in the project.

Usage

TestServer.start(
  http_server: {TestServer.HTTPServer.Plug.Cowboy, cowboy_options}
)