NetBurner 3.1
https.h
Go to the documentation of this file.
1 /*NB_REVISION*/
2 
3 /*NB_COPYRIGHT*/
4 
13 #ifndef _NB_HTTPS_H_
14 #define _NB_HTTPS_H_
15 
33 void StartHttps(uint16_t ssl_port /* = 443 */, uint16_t http_port /* = 80 */);
34 
35 #endif
void StartHttps(uint16_t ssl_port, uint16_t http_port)
Start the HTTPS secure web server.
Definition: https.cpp:311