aboutsummaryrefslogblamecommitdiffstats
path: root/test/ws_SUITE_data/ws_init_shutdown.erl
blob: 68f96f0623ccae21f35ec898a8f638a373d1d8b2 (plain) (tree)
1
2
3
4
5
6
7
8

                                                           
                          
 
                  
 

                                                          
%% Feel free to use, reuse and abuse the code in this file.

-module(ws_init_shutdown).

-export([init/2]).

init(Req, _) ->
	{shutdown, cowboy_req:reply(403, Req), undefined}.