mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 07:16:10 +08:00
update get handler (#333)
This commit is contained in:
parent
2aa9d4bdd2
commit
daef6cf9f0
|
@ -9,6 +9,7 @@ CLASS z2ui5_cl_http_handler DEFINITION
|
||||||
t_config TYPE z2ui5_if_client=>ty_t_name_value OPTIONAL
|
t_config TYPE z2ui5_if_client=>ty_t_name_value OPTIONAL
|
||||||
content_security_policy TYPE clike OPTIONAL
|
content_security_policy TYPE clike OPTIONAL
|
||||||
check_logging TYPE abap_bool OPTIONAL
|
check_logging TYPE abap_bool OPTIONAL
|
||||||
|
PREFERRED PARAMETER t_config
|
||||||
RETURNING
|
RETURNING
|
||||||
VALUE(r_result) TYPE string.
|
VALUE(r_result) TYPE string.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user