zephyr/subsys/net/lib/http
Jukka Rissanen 31faeca511 net: http: Add timeout to HTTP server response
Allow the caller to delay the closing of the HTTP connection
for a number of milliseconds. The purpose for this is that
the client can send still some data back to us for a short
period of time.

This is needed for example for Basic authentication so that
server is able to receive authentication values back.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-05-23 18:01:04 +03: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: http: Add timeout to HTTP server response 2017-05-23 18:01:04 +03: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 net: Restructure network protocols 2017-01-02 10:03:19 +01:00