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

remove unused entry from record

This commit is contained in:
geeksilva97 2024-02-26 15:13:30 -03:00
parent 4100228b6d
commit 1409693261

View file

@ -246,9 +246,6 @@
handler :: atom(),
handler_state :: any(),
%% Allowed methods. Only used for OPTIONS requests.
allowed_methods :: [binary()] | undefined,
%% Media type.
content_types_p = [] ::
[{binary() | {binary(), binary(), [{binary(), binary()}] | '*'},