mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Add OTP release support and versioning info to the guide
This commit is contained in:
parent
8d436c4744
commit
e16d1bafab
1 changed files with 7 additions and 2 deletions
|
@ -32,11 +32,16 @@ guarantee that the experience will be safe and smooth. You are advised
|
||||||
to perform the necessary testing and security audits prior to deploying
|
to perform the necessary testing and security audits prior to deploying
|
||||||
on other platforms.
|
on other platforms.
|
||||||
|
|
||||||
Cowboy is developed for Erlang/OTP R16B+.
|
Cowboy is developed for Erlang/OTP R16B01, R16B02, R16B03-1, 17.0 and
|
||||||
|
17.1.2.
|
||||||
|
|
||||||
Cowboy may be compiled on earlier Erlang versions with small source code
|
Cowboy may be compiled on other Erlang versions with small source code
|
||||||
modifications but there is no guarantee that it will work as expected.
|
modifications but there is no guarantee that it will work as expected.
|
||||||
|
|
||||||
|
:: Versioning
|
||||||
|
|
||||||
|
Cowboy uses [Semantic Versioning 2.0.0](http://semver.org/).
|
||||||
|
|
||||||
:: Conventions
|
:: Conventions
|
||||||
|
|
||||||
In the HTTP protocol, the method name is case sensitive. All standard
|
In the HTTP protocol, the method name is case sensitive. All standard
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue