This function has been deprecated. Use WebSetOption instead.
Sets the HTTP/HTTPS version string to be used by low-level Web API functions.
WebAPI.bdh
WebSetHttpVersion(in sVersion : string): boolean;
true if successful
false otherwise
| Parameter | Description |
|---|---|
| sVersion | HTTP version string. |
dcltrans
transaction TWebInit
begin
WebSetHttpVersion("HTTP/1.0");
WebDumpSettings();
end TWebInit;