mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
Update README.md
This commit is contained in:
parent
a9049608e3
commit
ca9ec66697
|
@ -48,8 +48,8 @@ METHOD if_http_service_extension~handle_request.
|
|||
body = request->get_text( ) ).
|
||||
|
||||
DATA(lv_resp) = SWITCH #( request->get_method( )
|
||||
WHEN 'GET' THEN z2ui5_cl_http_handler=>main_index_html( )
|
||||
WHEN 'POST' THEN z2ui5_cl_http_handler=>main_roundtrip( ) ).
|
||||
WHEN 'GET' THEN z2ui5_cl_http_handler=>http_get( )
|
||||
WHEN 'POST' THEN z2ui5_cl_http_handler=>http_post( ) ).
|
||||
|
||||
response->set_status( 200 )->set_text( lv_resp ).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user