From 625a2a36524cc94ff7e985f7cd8bb218d3869546 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Wed, 23 Jan 2013 23:42:46 +0000 Subject: [PATCH] Updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53b58fdd..dbfbd747 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,14 @@ simplicity by carefully selected list of features: [mongoose.h](https://github.com/valenok/mongoose/blob/master/mongoose.h)). The source is in single [mongoose.c](https://github.com/valenok/mongoose/blob/master/mongoose.c) file - to make things easy. + to make things easy - Embedding examples: [hello.c](https://github.com/valenok/mongoose/blob/master/examples/hello.c), [post.c](https://github.com/valenok/mongoose/blob/master/examples/post.c), [upload.c](https://github.com/valenok/mongoose/blob/master/examples/upload.c), [websocket.c](https://github.com/valenok/mongoose/blob/master/examples/websocket.c) +- `mg_download()` HTTP client functionality for embedded usage, capable to + send arbitrary HTTP or HTTPS requests - Extensive documentation in form of [User Manual](https://github.com/valenok/mongoose/blob/master/UserManual.md)