INTF IF_HTTP_REQUEST
Source Link
Open in ADT
Home
Previous Object: IF_HTTP_EXTENSION
Next Object: IF_HTTP_RESPONSE
Public
Constant co_protocol_version_1_1 TYPE STRING
Constant co_protocol_version_1_0 TYPE STRING
Constant co_request_method_get TYPE STRING
Constant co_request_method_post TYPE STRING
Method set_header_field
IMPORTING
 name TYPE STRING
 value TYPE STRING
Method get_header_field
IMPORTING
 name TYPE STRING
RETURNING value TYPE STRING
Method get_header_fields
CHANGING
 fields TYPE TIHTTPNVP
Method get_form_fields
CHANGING
 fields TYPE TIHTTPNVP
Method get_form_field
IMPORTING
 name TYPE STRING
RETURNING value TYPE STRING
Method set_form_fields
IMPORTING
 fields TYPE TIHTTPNVP
Method set_method
IMPORTING
 method TYPE STRING
Method get_method
RETURNING meth TYPE STRING
Method set_version
IMPORTING
 version TYPE STRING
Method set_data
IMPORTING
 data TYPE XSTRING
Method get_data
RETURNING data TYPE XSTRING
Method set_cdata
IMPORTING
 data TYPE STRING
Method get_cdata
RETURNING data TYPE STRING
Method set_content_type
IMPORTING
 val TYPE STRING
Method set_form_field
IMPORTING
 name TYPE STRING
 value TYPE STRING
Exists on:
754 | undefined |
750 | undefined |
702 | undefined |
Bug reports and ideas welcome
Made using abaplint.app