We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99a00f commit abe3bd0Copy full SHA for abe3bd0
src/http/cl_http_entity.clas.abap
@@ -7,6 +7,8 @@ CLASS cl_http_entity DEFINITION PUBLIC CREATE PRIVATE.
7
ALIASES append_cdata FOR if_http_entity~append_cdata.
8
ALIASES get_cdata FOR if_http_entity~get_cdata.
9
ALIASES set_cdata FOR if_http_entity~set_cdata.
10
+ ALIASES get_header_field FOR if_http_entity~get_header_field.
11
+ ALIASES set_header_field FOR if_http_entity~set_header_field.
12
PROTECTED SECTION.
13
DATA m_last_error TYPE i.
14
PRIVATE SECTION.
0 commit comments