EZ800000100STS Zilog, EZ800000100STS Datasheet - Page 47

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
Zilog TCP/IP Stack API
Reference Manual
39
Additional HTTP APIs
void http_add_header (Http_Request *request, UINT16
header, INT8 *value)
This function adds the specified
pair to the list of
{header, value}
response headers that is sent back to the HTTP request.
INT8 *http_find_argument (Http_request *request, UINT8
*key)
This routine searches through the list of Argument(s) associated with the
given HTTP request.
void http_add_header (Http_Request *request, UINT16
header, INT8 *value)
This function adds the specified {header, value} pair to the list of
response headers that is sent back to the HTTP request.
INT8 *http_find_argument (Http_request *request, UINT8
*key)
This routine searches through the list of Argument(s) associated with the
given HTTP request for a parameter, the name of which matches the
passed key. If such a parameter is found within the parsed request
structure, a pointer to its value is returned.
INT8 *http_find_header (Http_Request *rqst, UINT8 key)
This routine searches through the list of
in the
rqstheaders
structure for a header, the name of which matches the
http_request
specified key. If successful, a pointer to the value of the header is
returned.
INT8 *http_find_param (Http_Params *params, UINT8
*key)
This routine parses the given HTTP parameter structure for a parameter,
the name of which matches the specified key. If such a parameter is found
RM004012-0707
ZTP API Reference

Related parts for EZ800000100STS