Path: blob/main/docs/sources/shared/flow/reference/components/http-client-config-block.md
4096 views
---
---
Name | Type | Description | Default | Required |
---|---|---|---|---|
bearer_token | secret | Bearer token to authenticate with. | no | |
bearer_token_file | string | File containing a bearer token to authenticate with. | no | |
proxy_url | string | HTTP proxy to proxy requests through. | no | |
follow_redirects | bool | Whether redirects returned by the server should be followed. | true | no |
enable_http2 | bool | Whether HTTP2 is supported for requests. | true | no |
bearer_token
, bearer_token_file
, basic_auth
, authorization
, and oauth2
are mutually exclusive and only one can be provided inside of a http_client_config
block.