GetWebResponsePacket (Opus Funktion)

Beschreibung

Gibt den angeforderten Inhalt zurück. 

Argumente

Name
Typ
Beschreibung
 Headers
 [string]Keys
 [string]Values
 stringProtocol
 stringErrorCode
 stringErrorText
 blobData

Rückgabewert blob

xxx

Beispiel

WebRequestAnswer = GetWebResponsePacket([""],
["Server","Content-Type","Content-Length"],["SMT School Professional","text/JSON; charset=UTF-8",GetSize(WebRequestAnswer)],
"HTTP/1.1",Li_AnswerCode,GetHttpCode(Li_AnswerCode),WebRequestAnswer);

Siehe auch

---