0
Fork 0
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:
Loïc Hoguin 2018-08-06 13:31:44 +02:00
parent 2577068bf2
commit 4b65a307f8
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -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]).