Skip to content

Commit abe3bd0

Browse files
authored
more aliases (#919)
1 parent a99a00f commit abe3bd0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/http/cl_http_entity.clas.abap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ CLASS cl_http_entity DEFINITION PUBLIC CREATE PRIVATE.
77
ALIASES append_cdata FOR if_http_entity~append_cdata.
88
ALIASES get_cdata FOR if_http_entity~get_cdata.
99
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.
1012
PROTECTED SECTION.
1113
DATA m_last_error TYPE i.
1214
PRIVATE SECTION.

0 commit comments

Comments
 (0)