commit | 04eba48bccaf0272e838e93c29f9ca16b73c5ab8 | [log] [tgz] |
---|---|---|
author | Bob Ippolito <bob@redivi.com> | Wed Jul 28 15:23:03 2021 -0700 |
committer | GitHub <noreply@github.com> | Wed Jul 28 15:23:03 2021 -0700 |
tree | 57b0ac10b1a0c14cf202a780ee82cce9a669c8ed | |
parent | db5408965ef53f31d073db64fbd3332198743cfe [diff] | |
parent | c38836813502f8e6866defa5ad3dca02a93e1026 [diff] |
Merge pull request #234 from noahshaw11/add-unquote-path-for-separate-+-encoding Add unquote_path/1 for separate + encoding
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 18.3 through 24.0, but may still be compatible back to R15B-03.
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.