Explorar o código

Updated README

Sergey Lyubka %!s(int64=12) %!d(string=hai) anos
pai
achega
625a2a3652
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -27,12 +27,14 @@ simplicity by carefully selected list of features:
   [mongoose.h](https://github.com/valenok/mongoose/blob/master/mongoose.h)).
   [mongoose.h](https://github.com/valenok/mongoose/blob/master/mongoose.h)).
   The source is in single
   The source is in single
   [mongoose.c](https://github.com/valenok/mongoose/blob/master/mongoose.c) file
   [mongoose.c](https://github.com/valenok/mongoose/blob/master/mongoose.c) file
-  to make things easy.
+  to make things easy
 - Embedding examples:
 - Embedding examples:
   [hello.c](https://github.com/valenok/mongoose/blob/master/examples/hello.c),
   [hello.c](https://github.com/valenok/mongoose/blob/master/examples/hello.c),
   [post.c](https://github.com/valenok/mongoose/blob/master/examples/post.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),
   [upload.c](https://github.com/valenok/mongoose/blob/master/examples/upload.c),
   [websocket.c](https://github.com/valenok/mongoose/blob/master/examples/websocket.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
 - Extensive documentation in form of
   [User Manual](https://github.com/valenok/mongoose/blob/master/UserManual.md)
   [User Manual](https://github.com/valenok/mongoose/blob/master/UserManual.md)