mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20: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:
@@ -13,7 +13,7 @@ The program must finish within 20 seconds.
|
||||
|
||||
If the hook defines an HTTP URL then this URL will be invoked as HTTP POST and the POST body contains the data retention check result JSON serialized.
|
||||
|
||||
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).
|
||||
|
||||
Here is the schema for the data retention check result:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user