mlibbey commented on code in PR #12286: URL: https://github.com/apache/trafficserver/pull/12286#discussion_r2145904367
########## doc/admin-guide/configuration/hrw4u.en.rst: ########## @@ -220,6 +225,13 @@ set-debug set-debug() Enables ATS txn debug skip-remap skip-remap() Skip remap processing (open proxy) ================= ============================ ================================ +String concatenations +--------------------- + +You can concatenate values using strings, condition values and variable expansions on the same line in +operators using. For instance, `outbound.req.CustomHeader “Hello from {inbound.ip}:{inbound.port}”`. As +a result, the set-redirect's `[QSA]` flag would be implemented as `set-redirect(302, "https://...{inbound.url.query}")`` Review Comment: Updated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org