Skip to content

Commit

Permalink
add documentation for switching http protocol in user exit (#223)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Bernard <[email protected]>
  • Loading branch information
christianguenter2 and mbtools authored Apr 5, 2024
1 parent 3b6e380 commit 434fa67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/user-guide/reference/exits.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Possibility to change the default `ANONYM` SSL ID to something system-specific.

### HTTP_CLIENT

Can be used for setting logon tickets eg. in connection with abapGitServer connections between SAP systems ([Example](https://gist.github.com/larshp/71609852a79aa1e877f8c4020d18feac)).
Can be used for setting logon tickets eg. in connection with abapGitServer connections between SAP systems ([Example](https://gist.github.com/larshp/71609852a79aa1e877f8c4020d18feac)). Can be used to change HTTP protocol. E.g. to switch from HTTP/1 to HTTP/1.1 ([Example](https://gist.github.com/christianguenter2/3592836a80cd00bdf3c9e4424d5aa55d)).

### ON_EVENT

Expand Down
1 change: 1 addition & 0 deletions src/user-guide/setup/ssl-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ The following exits are available to customize certain aspects of connection to
- Defining proxy host and port (if abapGit settings are not sufficient)
- Defining the SSL certificate section (if other than `ANONYM`)
- Identifying local systems and setting logon tickets
- Changing the used HTTP protocol

See [User Exits](/user-guide/reference/exits.md) for more details.

Expand Down

0 comments on commit 434fa67

Please sign in to comment.