EZ800000100STS Zilog, EZ800000100STS Datasheet - Page 45

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
RM004012-0707
HTTP Supported Header
httpdefheaders
This array of
recognized by the webserver. The default list of recognized headers is
shown in the following code:
const struct header_rec httpdefheaders[] = {
{ "Accept",
{ "Cache-Control",
{ "Callback",
{ "Connection",
{ "Content-Length", HTTP_HDR_CONTENT_LENGTH },
{ "Content-Type",
{ "Transfer-Encoding",HTTP_HDR_TRANSFER_ENCODING },
{ "Date",
{ "Location",
{ "Host",
{ "Server",
{ "Authorization",
{ "WWW-Authenticate",HTTP_HDR_ASK_CLIENT_AUTH},
{"Authentication-Info", HTTP_HDR_SEND_SERVER_AUTH},
{ NULL,0 },
} ;
Before calling a method handler, the HTTP server parses incoming HTTP
requests into an
parameter to the handler. This
Appendix A
The HTTP server creates an entry in the
http_request
structure. Therefore, if the application requires additional headers that are
not in the default
httpdefheaders
on page 83.
header_rec
http_request
structure for known headers from the
httpdefheaders
structure before calling
HTTP_HDR_CACHE_CONTROL },
HTTP_HDR_CONNECTION },
HTTP_HDR_CONTENT_TYPE },
HTTP_HDR_SEND_CLIENT_AUTH },
structures constitutes the list of HTTP headers
http_request
HTTP_HDR_ACCEPT },
HTTP_HDR_CALLBACK },
HTTP_HDR_DATE },
HTTP_HDR_LOCATION },
HTTP_HDR_HOST },
HTTP_HDR_SERVER },
structure, and passes this structure as a
structure, you must provide the
rqstheaders
http_init
Zilog TCP/IP Stack API
structure is listed in
Reference Manual
ZTP API Reference
httpdefheaders
.
field of the
37

Related parts for EZ800000100STS