Merge pull request #231 from noahshaw11/upgrade-crypto-functions-to-support-OTP-23

Upgrade crypto functions to support OTP 23
tree: 54b829f9ccf1c7d1f4c44252c86c5035a8fac7ab
  1. examples/
  2. include/
  3. scripts/
  4. src/
  5. support/
  6. test/
  7. .editorconfig
  8. .gitignore
  9. .travis.yml
  10. CHANGES.md
  11. LICENSE
  12. Makefile
  13. README.md
  14. rebar
  15. rebar.config
README.md

MochiWeb is an Erlang library for building lightweight HTTP servers.

The latest version of MochiWeb is available at https://github.com/mochi/mochiweb

The mailing list for MochiWeb is at https://groups.google.com/group/mochiweb/

Erlang OTP is required for setting up the MochiWeb environment and is available at https://www.erlang.org/

To create a new mochiweb using project: make app PROJECT=project_name

To create a new mochiweb using project in a specific directory: make app PROJECT=project_name PREFIX=$HOME/projects/

Information about Rebar (Erlang build tool) is available at https://github.com/rebar/rebar

MochiWeb is currently tested with Erlang/OTP R15B03 through 22.0.

OTP 21.2, 21.2.1, 21.2.2 warning

OTP 21.2 (up to and including 21.2.2) introduced an SSL regression that makes these releases unsafe to use. See ERL-830. This issue was resolved in OTP 21.2.3.