Skip to content

Commit

Permalink
more aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Jan 7, 2025
1 parent a99a00f commit 1d25c74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/http/cl_http_entity.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ CLASS cl_http_entity DEFINITION PUBLIC CREATE PRIVATE.
ALIASES append_cdata FOR if_http_entity~append_cdata.
ALIASES get_cdata FOR if_http_entity~get_cdata.
ALIASES set_cdata FOR if_http_entity~set_cdata.
ALIASES get_header_field FOR if_http_entity~get_header_field.
ALIASES set_header_field FOR if_http_entity~set_header_field.
PROTECTED SECTION.
DATA m_last_error TYPE i.
PRIVATE SECTION.
Expand Down

0 comments on commit 1d25c74

Please sign in to comment.