[mod_httapi] Introduction of connect-timeout param

This commit is contained in:
Saurabh
2020-02-27 00:38:21 +05:30
committed by GitHub
parent 6decc21669
commit 26b95eea75
4 changed files with 24 additions and 0 deletions

View File

@@ -105,6 +105,8 @@
<!-- <param name="ssl-key-password" value="MyPrivateKeyPassword"/> -->
<!-- optional timeout -->
<!-- <param name="timeout" value="10"/> -->
<!-- optional: maximum amount of time in seconds that is allowed to make the connection to the server -->
<!-- <param name="connect-timeout" value="2"/> -->
<!-- optional: use a custom CA certificate in PEM format to verify the peer
with. This is useful if you are acting as your own certificate authority.