diff options
author | Loïc Hoguin <[email protected]> | 2017-12-11 11:27:17 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-12-11 11:27:17 +0100 |
commit | 1b863c350ba1f9b8ad1cb458df514ab0fe6bb127 (patch) | |
tree | f3f88acba06cce7095a047da8163ac0f92b1a64a /_build | |
parent | 35825f89b61579d4270d6970609047945277acf7 (diff) | |
download | ninenines.eu-1b863c350ba1f9b8ad1cb458df514ab0fe6bb127.tar.gz ninenines.eu-1b863c350ba1f9b8ad1cb458df514ab0fe6bb127.tar.bz2 ninenines.eu-1b863c350ba1f9b8ad1cb458df514ab0fe6bb127.zip |
Add documentation for Cowboy 2.2
Diffstat (limited to '_build')
-rw-r--r-- | _build/data/projects/cowboy.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_build/data/projects/cowboy.toml b/_build/data/projects/cowboy.toml index d77c918f..5fe881ad 100644 --- a/_build/data/projects/cowboy.toml +++ b/_build/data/projects/cowboy.toml @@ -3,8 +3,8 @@ catchphrase = "Small, fast, modern HTTP server." description = "Cowboy is the ultimate server for the modern Web with support for Websocket, HTTP/2 and REST." name = "cowboy" repository = "https://github.com/ninenines/cowboy" -versions = ["2.1", "2.0", "1.0"] -branches = ["master", "2.0.0", "1.0.x"] +versions = ["2.2", "2.1", "2.0", "1.0"] +branches = ["master", "32d9d494c70f1f48a9194fce8eb550cd3f88df54", "2.0.0", "1.0.x"] has_source = true has_guide = true has_manual = true |