DATA:
lo_http_client TYPE REF TO if_http_client,
lo_rest_client TYPE REF TO cl_rest_http_client,
lo_response TYPE REF TO if_rest_entity,
lo_request TYPE REF TO if_rest_entity.
TRY.
cl_http_client=>create_by_url(
EXPORTING url = me->url