EZ800000100STS Zilog, EZ800000100STS Datasheet - Page 50

no-image

EZ800000100STS

Manufacturer Part Number
EZ800000100STS
Description
SOFTWARE TCP/IP SOURCE CODE
Manufacturer
Zilog
Type
Protocol Stackr
Datasheets

Specifications of EZ800000100STS

Tool Type
Programming Software
Core Architecture
Z8
For Use With/related Products
eZ80 Acclaim! MCU
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
42
Zilog TCP/IP Stack API
eZ80
https_init
ZTP API Reference
HTTPS Function
®
CPU
Include
Prototype
Description
Argument(s)
Zilog TCP/IP Stack supports one secure HTTP function https_init.
#include “ssl2_server.h”
int https_init
(
const Http_Method *methods, const struct header_rec
*headers, Webpage *webpages, int port
);
The Secure WebServer is initialized by calling the
This API takes the same number and type of Argument(s) as the standard
HTTP server API. It is possible to have both the secure and nonsecure
webservers running at the same time; however, the two webservers must
exist on different ports. The port number typically used for nonsecure
HTTP servers is 80; for secure HTTP servers (HTTP over SSL or
HTTPS) the port number typically used is 443.
http_met
hods
httpdef
headers
webpage
port
A pointer to the supported methods structure.
A pointer to the suppoted header structures.
A pointer to the webpage for which the server processes
requests.
Port on which the HTTPS server listens.
https_init
RM004012-0707
API.

Related parts for EZ800000100STS