Plug.Adapters.Cowboy

Plug.Adapters.Cowboy

Adapter interface to the Cowboy webserver.

Options

  • :ip - the ip to bind the server to. Must be a tuple in the format {x, y, z, w}.

  • :port - the port to run the server. Defaults to 4000 (http) and 4040 (https).

  • :acceptors - the number of acceptors for the listener. Defaults to 100.

  • :max_connections - max number of connections supported. Defaults to 16_384.

  • :dispatch - manually configure Cowboy’s dispatch. If this option is used, the given plug won’t be initialized nor dispatched to (and doing so becomes the user’s responsibility).

  • :ref - the reference name