Skip to content

Commit 434fa67

Browse files
add documentation for switching http protocol in user exit (#223)
Co-authored-by: Marc Bernard <[email protected]>
1 parent 3b6e380 commit 434fa67

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: src/user-guide/reference/exits.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Possibility to change the default `ANONYM` SSL ID to something system-specific.
124124

125125
### HTTP_CLIENT
126126

127-
Can be used for setting logon tickets eg. in connection with abapGitServer connections between SAP systems ([Example](https://gist.github.com/larshp/71609852a79aa1e877f8c4020d18feac)).
127+
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)).
128128

129129
### ON_EVENT
130130

Diff for: src/user-guide/setup/ssl-setup.md

+1
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ The following exits are available to customize certain aspects of connection to
171171
- Defining proxy host and port (if abapGit settings are not sufficient)
172172
- Defining the SSL certificate section (if other than `ANONYM`)
173173
- Identifying local systems and setting logon tickets
174+
- Changing the used HTTP protocol
174175

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

0 commit comments

Comments
 (0)