NetBurner 3.5.0
PDF Version
 
https.h
Go to the documentation of this file.
1/*NB_REVISION*/
2
3/*NB_COPYRIGHT*/
4
14#ifndef _NB_HTTPS_H_
15#define _NB_HTTPS_H_
16#include <basictypes.h>
17
33void StartHttps(uint16_t ssl_port, uint16_t http_port);
34
35#endif
36
void StartHttps(uint16_t ssl_port, uint16_t http_port)
Start the HTTPS secure web server.