EZ800000100STS Zilog, EZ800000100STS Datasheet - Page 41

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
httpBasicAuth_init
RM004012-0707
Include
Prototype
Description
Argument(s)
Return Value(s)
If no error occurs,
it returns
#include <http.h>
INT16 httpBasicAuth_init
(const Http_Method * http_defmethods,
const struct header_rec * httpdefheaders,
Webpage *website, UINT16 portnum);
The
with Basic Authentication support, opens a TCP connection on a speci-
fied port, and waits for a client request. Upon receiving a request from the
client, the webserver requests for authentication by asking for user name
and password, which will be verified against the configured values. If the
user name and password are correct then it responds according to the
webserver configuration.
http_def
methods
httpdef
headers
website
portnum
SYSERR
httpBasicAuth_init
.
it returns the http server port number
A pointer to the supported methods structure.
A pointer to the suppoted header structures.
A pointer to the website for which the server processes
requests.
Port number on which the HTTP server listens.
function initializes a webserver (or website)
Zilog TCP/IP Stack API
Reference Manual
ZTP API Reference
. Otherwise,
33

Related parts for EZ800000100STS