aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/cowboy.erl')
-rw-r--r--src/cowboy.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cowboy.erl b/src/cowboy.erl
index a046199..c4be25b 100644
--- a/src/cowboy.erl
+++ b/src/cowboy.erl
@@ -23,8 +23,7 @@
-export([log/2]).
-export([log/4]).
-%% @todo Detailed opts.
--type opts() :: map().
+-type opts() :: cowboy_http:opts() | cowboy_http2:opts().
-export_type([opts/0]).
-type fields() :: [atom()