mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 14:50:55 +03:00
Expand reference to http clients in hooks docs (#1359)
* Expand reference to http clients in hooks docs Before, it wasn't really clear where clients were configured and that their configuration also affected headers. Signed-off-by: Bruce Weirdan <weirdan@gmail.com> * Update more mentions of HTTP clients Signed-off-by: Bruce Weirdan <weirdan@gmail.com> --------- Signed-off-by: Bruce Weirdan <weirdan@gmail.com>
This commit is contained in:
@@ -21,4 +21,4 @@ If the hook defines an HTTP URL then this URL will be invoked as HTTP GET with t
|
||||
|
||||
The connection is accepted if the HTTP response code is `200` otherwise rejected.
|
||||
|
||||
The HTTP hook will use the global configuration for HTTP clients and will respect the retry configurations.
|
||||
The HTTP hook will use the global configuration for HTTP clients and will respect the retry, TLS and headers configurations. See the HTTP Clients (`http`) section of the [config reference](./full-configuration.md).
|
||||
|
||||
Reference in New Issue
Block a user