Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading