Skip to content

Commit

Permalink
Merge branch 'dev' (Mongoose 6.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer committed Aug 13, 2018
2 parents 1f5c3fa + 6df6426 commit 777b8e9
Show file tree
Hide file tree
Showing 90 changed files with 4,022 additions and 2,550 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ the functionality:
# Contributions

To submit contributions, sign [Cesanta CLA](https://cesanta.com/cla.html)
and send GitHub pull request. You retain the copyright on your contributions.
and send GitHub pull request.

# Looking for a pre-compiled Mongoose web server Windows or Mac binary?
- [Download pre-compiled Mongoose web server binary.](https://www.cesanta.com/binary.html)
5 changes: 1 addition & 4 deletions docs/c-api/mg_util.h/mg_url_encode.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@ signature: |
struct mg_str mg_url_encode(const struct mg_str src);
---

URL-escape the specified string.
All non-printable characters are escaped, plus `._-$,;~()/`.
Input need not be NUL-terminated, but the returned string is.
Returned string is heap-allocated and must be free()'d.
Same as `mg_url_encode_opt(src, "._-$,;~()/", 0)`.

Loading

0 comments on commit 777b8e9

Please sign in to comment.