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

This commit is not only an early preview of HTTP/2, it is an early preview of the new Cowboy architecture that will be presented tomorrow in my talk. If you have found it before the talk, great! It's not complete so you better go watch the talk anyway.
36 lines
597 B
Text
36 lines
597 B
Text
# Do *not* comment or remove core modules
|
|
# unless you know what you are doing.
|
|
#
|
|
# Feel free to comment plugins out however.
|
|
|
|
# Core modules.
|
|
core/core
|
|
core/deps
|
|
|
|
# Plugins that must run before Erlang code gets compiled.
|
|
plugins/protobuffs
|
|
|
|
# Core modules, continued.
|
|
core/erlc
|
|
core/docs
|
|
core/test
|
|
|
|
# Plugins.
|
|
plugins/asciidoc
|
|
plugins/bootstrap
|
|
plugins/c_src
|
|
plugins/ci
|
|
plugins/ct
|
|
plugins/dialyzer
|
|
#plugins/edoc
|
|
plugins/elvis
|
|
plugins/erlydtl
|
|
plugins/escript
|
|
plugins/eunit
|
|
plugins/relx
|
|
plugins/shell
|
|
plugins/triq
|
|
plugins/xref
|
|
|
|
# Plugins enhancing the functionality of other plugins.
|
|
plugins/cover
|