Skip to content

Instantly share code, notes, and snippets.

@christianguenter2
Created April 5, 2024 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christianguenter2/3592836a80cd00bdf3c9e4424d5aa55d to your computer and use it in GitHub Desktop.
Save christianguenter2/3592836a80cd00bdf3c9e4424d5aa55d to your computer and use it in GitHub Desktop.
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