mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 12:40:25 +00:00
6 lines
118 B
Erlang
6 lines
118 B
Erlang
![]() |
-module(rest_empty_resource).
|
||
|
-export([init/3]).
|
||
|
|
||
|
init(_Transport, _Req, _Opts) ->
|
||
|
{upgrade, protocol, cowboy_rest}.
|