Phoenix.Endpoint.CowboyHandler

Source

Summary

child_spec(scheme, endpoint, config)

Generates a childspec to be used in the supervision tree

start_link(scheme, endpoint, config, arg4)

Callback to start the Cowboy endpoint

Functions

child_spec(scheme, endpoint, config)

Generates a childspec to be used in the supervision tree.

Source
start_link(scheme, endpoint, config, arg4)

Callback to start the Cowboy endpoint.

Source