Improve documentation, add TLS stuff

This commit is contained in:
Dirk Ziegelmeier
2017-03-28 21:25:49 +02:00
parent 9b6192bd65
commit 3266511ebb
5 changed files with 29 additions and 1 deletions

View File

@@ -2593,6 +2593,11 @@ httpd_init(void)
}
#if HTTPD_ENABLE_HTTPS
/**
* @ingroup httpd
* Initialize the httpd: set up a listening PCB and bind it to the defined port.
* Also set up TLS connection handling (HTTPS).
*/
void
httpd_inits(struct altcp_tls_config *conf)
{