zephyr/samples/net/http_server/src
Flavio Santes 876e341570 samples/net/http: Add the HTTP Basic Authentication routine
This patch adds the HTTP Basic Authentication routine "http_auth".
Authentication parameters are defined in the config.h file.

The README file is also updated by this patch.

Jira: ZEP-1543

Change-Id: I2d531966290e87a68c54fc1ac834491ac937df22
Signed-off-by: Flavio Santes <flavio.santes@intel.com>
2017-03-17 10:34:40 +02:00
..
config.h samples/net/http: Add the HTTP Basic Authentication routine 2017-03-17 10:34:40 +02:00
http_server.c samples/net/http: Add the HTTP Basic Authentication routine 2017-03-17 10:34:40 +02:00
http_server.h samples/net/http: Add the HTTP Basic Authentication routine 2017-03-17 10:34:40 +02:00
http_types.h samples/http: Match header field ctr with Kconfig variable 2017-03-17 10:34:39 +02:00
http_utils.c samples/net/http: Add the HTTP server sample application 2017-02-03 15:59:20 +02:00
http_utils.h samples/net/http: Add the HTTP server sample application 2017-02-03 15:59:20 +02:00
http_write_utils.c samples/net/http: Add the HTTP Basic Authentication routine 2017-03-17 10:34:40 +02:00
http_write_utils.h samples/net/http: Add the HTTP Basic Authentication routine 2017-03-17 10:34:40 +02:00
https_server.c samples/net/http: Add HTTP over TLS sample application 2017-02-14 08:30:35 +02:00
main.c samples/net/http: Add the HTTP Basic Authentication routine 2017-03-17 10:34:40 +02:00
Makefile samples/net/http: Add HTTP over TLS sample application 2017-02-14 08:30:35 +02:00
ssl_utils.c samples/net/http: Add HTTP over TLS sample application 2017-02-14 08:30:35 +02:00
ssl_utils.h samples/net/http: Add HTTP over TLS sample application 2017-02-14 08:30:35 +02:00
test_certs.h samples/net/http: Add HTTP over TLS sample application 2017-02-14 08:30:35 +02:00