Module: kamailio Branch: master Commit: 30cb2e4ec263e182e0726b217086135de2e2520c URL: https://github.com/kamailio/kamailio/commit/30cb2e4ec263e182e0726b217086135de2e2520c
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2021-03-31T12:01:18+02:00 modules: readme files regenerated - http_async_client ... [skip ci] --- Modified: src/modules/http_async_client/README --- Diff: https://github.com/kamailio/kamailio/commit/30cb2e4ec263e182e0726b217086135de2e2520c.diff Patch: https://github.com/kamailio/kamailio/commit/30cb2e4ec263e182e0726b217086135de2e2520c.patch --- diff --git a/src/modules/http_async_client/README b/src/modules/http_async_client/README index 6bb30091e8..a0ff1b5ca1 100644 --- a/src/modules/http_async_client/README +++ b/src/modules/http_async_client/README @@ -466,6 +466,9 @@ xlog("L_INFO", "received reply for query $http_req_id\n"); * tcp_keepalive: enable TCP keepalive * tcp_ka_idle: set TCP keepalive idle time wait * tcp_ka_interval: set TCP keepalive interval + * follow_redirect: if defined to a non-zero value, will tell curl to + follow HTTP 3xx redirects. Defaults to curl_follow_redirect global + parameter. Example 1.18. $http_req(key) variable usage ... _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
