0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-16 05:00:24 +00:00

Test stop against all relevant REST callbacks

This commit is contained in:
Loïc Hoguin 2018-11-05 10:30:26 +01:00
parent 06f9f3714f
commit 805a156785
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
4 changed files with 264 additions and 0 deletions

View file

@ -1,3 +1,5 @@
%% This module returns switch_handler based on the query string.
-module(switch_handler_h).
-export([init/2]).