Show TOC

Object documentationConstants Locate this document in the navigation structure

 

 

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 is to 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 HTTP client opens, asking whether you want to accept cookies.

Note Note

In background operation (communication without the SAP GUI) this is not practical; use CO_EVENT instead.

End of the note.

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

Note Note

Compare the list of constants with the current list in transaction SE24.

End of the note.