EZ800000100STS Zilog, EZ800000100STS Datasheet - Page 43

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
Notes:
HTTP Supported Methods
http_defmethods
const Http_Method http_defmethods[] = {
{ HTTP_GET,
{ HTTP_HEAD,
{ HTTP_POST,
{ HTTP_SUBSCRIBE,
{ HTTP_UNSUBSCRIBE, "UNSUBSCRIBE",http_post },
{ 0,
};
const Http_Method httpAuth_defmethods[] = {
{ HTTP_GET,
{ HTTP_HEAD,
{ HTTP_POST,
{ HTTP_SUBSCRIBE,
{ HTTP_UNSUBSCRIBE, "UNSUBSCRIBE",http_post },
{ 0,
};
The HTTP server calls the corresponding get function, based on which
HTTP is initialized whenever it encounters an HTTP_GET request. The
default method handlers can be overridden by replacing these defaults
with another declaration of this structure.
1. The default handlers provided with ZTP are sufficient to handle these
2. The
3. When implementing a nonstandard method, it is unlikely that a stan-
HTTP methods. It is not necessary to override them. Do not override
the default methods unless you are familiar with the HTTP protocol.
be added to the list of standard HTTP methods by modifying the
http_defmethods[]
HTTP 1.1 methods such as Put, Delete, or Trace, or custom methods
such as
dard web browser can invoke a custom method. Describing the oper-
ation of the HTTP protocol is beyond the scope of this manual.
http_defmethods
My_Method
.
"GET",http_get },
"HEAD",http_get },
"POST",http_post },
"SUBSCRIBE",http_post },
"GET",httpAuth_get },
"HEAD",httpAuth_get },
"POST",http_post },
"SUBSCRIBE",http_post },
structure. These methods can be optional
array is extensible. Additional methods can
NULL,
NULL,
Zilog TCP/IP Stack API
NULL },
NULL },
Reference Manual
ZTP API Reference
35

Related parts for EZ800000100STS