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

Add a lot of todos

This commit is contained in:
Loïc Hoguin 2016-08-10 11:52:41 +02:00
parent ae0dd61673
commit 3a057683af
7 changed files with 36 additions and 0 deletions

View file

@ -19,6 +19,7 @@
-export([stop_listener/1]).
-export([set_env/3]).
%% @todo Detailed opts.
-type opts() :: map().
-export_type([opts/0]).