0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00
This commit is contained in:
Loïc Hoguin 2016-08-12 17:01:01 +02:00
commit e44ac98c83
4 changed files with 55 additions and 5 deletions

View file

@ -77,6 +77,9 @@
-export([push/3]).
-export([push/4]).
%% Internal.
-export([response_headers/2]).
-type cookie_opts() :: cow_cookie:cookie_opts().
-export_type([cookie_opts/0]).