zephyr/subsys/net/lib/http
Jukka Rissanen 70f334d9f2 http: client: Create a HTTP library
Instead of separate sample application that does everything
related to HTTP client connectivity, create a HTTP client library
that hides nasty details that are related to sending HTTP methods.
After this the sample HTTP client application is very simple and
only shows how to use the client HTTP API.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-05-04 15:58:45 -04:00
..
http_client.c http: client: Create a HTTP library 2017-05-04 15:58:45 -04:00
http_parser.c http: client: Create a HTTP library 2017-05-04 15:58:45 -04:00
http_server.c net: net_pkt_append: Refactor to return length of data actually added 2017-04-28 15:01:09 +03:00
Kconfig http: client: Create a HTTP library 2017-05-04 15:58:45 -04:00
Makefile net/http: Add the HTTP/1.1 API 2017-03-09 20:33:49 +02:00
README_http_parser net: Restructure network protocols 2017-01-02 10:03:19 +01:00