mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Add missing log command to the commands() type
This commit is contained in:
parent
2577068bf2
commit
4b65a307f8
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
| {error_response, cowboy:http_status(), cowboy:http_headers(), iodata()}
|
||||
| {switch_protocol, cowboy:http_headers(), module(), state()}
|
||||
| {internal_error, any(), human_reason()}
|
||||
| {log, logger:level(), io:format(), list()}
|
||||
| stop].
|
||||
-export_type([commands/0]).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue