CLAS CL_HTTP_UTILITY
Source Link
Open in ADT
Home
Previous Object: CL_HTTP_SERVER
Next Object: CL_I18N_LANGUAGES
Public
Interface IF_HTTP_UTILITY
Static Method decode_x_base64
IMPORTING
 encoded TYPE STRING
RETURNING decoded TYPE XSTRING
Static Method encode_x_base64
IMPORTING
 data TYPE XSTRING
RETURNING encoded TYPE STRING
Static Method set_query
IMPORTING
 request TYPE if_http_request
 query TYPE STRING
Static Method set_request_uri
IMPORTING
 request TYPE if_http_request
 uri TYPE STRING
Static Method escape_xml_attr_value
IMPORTING
 unescaped TYPE csequence
RETURNING escaped TYPE STRING
Static Method escape_html
IMPORTING
 unescaped TYPE STRING
 keep_num_char_ref TYPE ABAP_BOOL Optional
RETURNING escaped TYPE STRING
Static Method escape_javascript
IMPORTING
 unescaped TYPE STRING
 inside_html TYPE ABAP_BOOL Optional
RETURNING escaped TYPE STRING
Exists on:
754 | undefined |
750 | undefined |
702 | undefined |
Bug reports and ideas welcome
Made using abaplint.app