
Constants
The following constants are implemented in the interface
IF_HTTP_CLIENT:|
Name of Constant |
Meaning |
|
VERSION |
Version of HTTP client (user agent) |
|
CO_DISABLED |
Inactive |
|
CO_EVENT |
Cookie handling: a specially programmed event handler takes control Event EVENTKIND_HANDLE_COOKIE is triggered each time a cookie should be set. The application must be programmed in such a way that the cookies can be accepted or rejected as required. |
|
CO_PROMPT |
Cookie handling: the prompt popup of the Web browser opens, asking if cookies should be accepted.
In background operation (communication without the SAP GUI) this is not practical; use CO_EVENT instead. |
|
CO_ENABLED |
Active |
|
CO_TIMEOUT_DEFAULT |
Timeout standard value (instance timeout) |
|
CO_TIMEOUT_INFINITE |
No timeout |
|
CO_COMPRESS_BASED_ON_MIME_TYPE |
Compression only for defined MIME types. |
|
CO_COMPRESS_IN_ALL_CASES |
Compression of all documents |
|
CO_COMPRESS_NONE |
No compression |