zephyr/subsys/net/lib/http
Jukka Rissanen a174d2eba7 net: http: Add HTTP server library support
This commit creates a HTTP server library. So instead of creating
a complex HTTP server application for serving HTTP requests, the
developer can use the HTTP server API to create HTTP server
insteances. This commit also adds support for creating HTTPS servers.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-05-13 14:30:58 -04:00
..
Kconfig net: http: Add HTTP server library support 2017-05-13 14:30:58 -04:00
Makefile net/http: Add the HTTP/1.1 API 2017-03-09 20:33:49 +02:00
README_http_parser
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: http: Add HTTP server library support 2017-05-13 14:30:58 -04:00