mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Fix unused type in cowboy_static
This commit is contained in:
parent
9d2b1a8892
commit
bdd324ec01
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
-type extra_etag() :: {etag, module(), function()} | {etag, false}.
|
-type extra_etag() :: {etag, module(), function()} | {etag, false}.
|
||||||
-type extra_mimetypes() :: {mimetypes, module(), function()}
|
-type extra_mimetypes() :: {mimetypes, module(), function()}
|
||||||
| {mimetypes, binary() | {binary(), binary(), [{binary(), binary()}]}}.
|
| {mimetypes, binary() | {binary(), binary(), [{binary(), binary()}]}}.
|
||||||
-type extra() :: [extra_etag() | extra_mimetypes()].
|
-type extra() :: [extra_charset() | extra_etag() | extra_mimetypes()].
|
||||||
-type opts() :: {file | dir, string() | binary()}
|
-type opts() :: {file | dir, string() | binary()}
|
||||||
| {file | dir, string() | binary(), extra()}
|
| {file | dir, string() | binary(), extra()}
|
||||||
| {priv_file | priv_dir, atom(), string() | binary()}
|
| {priv_file | priv_dir, atom(), string() | binary()}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue