Created
April 5, 2024 09:22
-
-
Save christianguenter2/3592836a80cd00bdf3c9e4424d5aa55d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
METHOD zif_abapgit_exit~http_client. | |
IF iv_url CS 'https://your-git-server.com'. | |
ii_client->request->set_version( if_http_request=>co_protocol_version_1_1 ). | |
ENDIF. | |
ENDMETHOD. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment