mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00: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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user