ws_init_shutdown.erl 177 B

12345678
  1. %% Feel free to use, reuse and abuse the code in this file.
  2. -module(ws_init_shutdown).
  3. -export([init/2]).
  4. init(Req, _) ->
  5. {shutdown, cowboy_req:reply(403, Req), undefined}.