Update abaplint-downport.jsonc (#902)

* Update abaplint-downport.jsonc

* Update z2ui5_cl_http_handler.clas.abap

* Update abaplint-downport.jsonc
This commit is contained in:
oblomov 2024-02-18 15:53:00 +01:00 committed by GitHub
parent f3f2938382
commit bc918ca908
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,7 @@ CLASS z2ui5_cl_http_handler IMPLEMENTATION.
METHOD http_get.
DATA(lo_get) = NEW z2ui5_cl_core_http_get( val ).
result = lo_get->main( ).