ZOO-Project
|
request_parser.h File Reference
Go to the source code of this file.
Functions | |
xmlXPathObjectPtr | extractFromDoc (xmlDocPtr, const char *) |
Apply XPath Expression on XML document. More... | |
int | appendMapsToMaps (maps *, maps *, maps *, elements *) |
Create (or append to) an array valued maps value = "["",""]". More... | |
void | ensureDecodedBase64 (maps **) |
Make sure that each value encoded in base64 in a maps is decoded. More... | |
int | kvpParseInputs (maps **, service *, map *, maps **, HINTERNET *) |
Parse inputs provided as KVP and store them in a maps. More... | |
int | xmlParseBoundingBox (maps **, map **, xmlDocPtr) |
Parse a BoundingBoxData node. More... | |
int | kvpParseOutputs (maps **, map *, maps **) |
Parse outputs provided as KVP and store them in a maps. More... | |
int | xmlParseInputs (maps **, service *, maps **, xmlDocPtr, xmlNodeSet *, HINTERNET *) |
Parse inputs from XML nodes and store them in a maps. More... | |
int | xmlParseOutputs (maps **, map **, maps **, xmlDocPtr, xmlNodePtr, bool) |
Parse outputs from XML nodes and store them in a maps. More... | |
int | xmlParseRequest (maps **, const char *, map **, service *, maps **, maps **, HINTERNET *) |
Parse XML request and store information in maps. More... | |
int | parseRequest (maps **, map **, service *, maps **, maps **, HINTERNET *) |
Parse request and store information in maps. More... | |
void | checkValidValue (map *, map **, const char *, const char **, int) |
Verify if a parameter value is valid. More... | |
int | validateRequest (maps **, service *, map *, maps **, maps **, HINTERNET *) |
Ensure that each requested arguments are present in the request DataInputs and ResponseDocument / RawDataOutput. More... | |
void | parseCookie (maps **, const char *) |
Parse cookie contained in request headers. More... | |
Function Documentation
Create (or append to) an array valued maps value = "["",""]".
- Parameters
-
m th Support ZOO-Project
Search
Context Navigation
Main Navigation