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:
Bruce Weirdan
2023-07-18 15:37:57 +02:00
committed by GitHub
parent 00366fce07
commit e4be4048e3
5 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ The request body will contain the user serialized as JSON.
The structure for SFTPGo users can be found within the [OpenAPI schema](../openapi/openapi.yaml).
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).
The `post_login_scope` supports the following configuration values: