79 lines
1.4 KiB
Plaintext
79 lines
1.4 KiB
Plaintext
emqx_connector_http {
|
|
|
|
base_url.desc:
|
|
"""The base URL is the URL includes only the scheme, host and port.<br/>
|
|
When send an HTTP request, the real URL to be used is the concatenation of the base URL and the
|
|
path parameter<br/>
|
|
For example: `http://localhost:9901/`"""
|
|
|
|
base_url.label:
|
|
"""Base Url"""
|
|
|
|
body.desc:
|
|
"""HTTP request body."""
|
|
|
|
body.label:
|
|
"""HTTP Body"""
|
|
|
|
connect_timeout.desc:
|
|
"""The timeout when connecting to the HTTP server."""
|
|
|
|
connect_timeout.label:
|
|
"""Connect Timeout"""
|
|
|
|
enable_pipelining.desc:
|
|
"""A positive integer. Whether to send HTTP requests continuously, when set to 1, it means that after each HTTP request is sent, you need to wait for the server to return and then continue to send the next request."""
|
|
|
|
enable_pipelining.label:
|
|
"""HTTP Pipelineing"""
|
|
|
|
headers.desc:
|
|
"""List of HTTP headers."""
|
|
|
|
headers.label:
|
|
"""HTTP Headers"""
|
|
|
|
max_retries.desc:
|
|
"""Max retry times if error on sending request."""
|
|
|
|
max_retries.label:
|
|
"""Max Retries"""
|
|
|
|
method.desc:
|
|
"""HTTP method."""
|
|
|
|
method.label:
|
|
"""HTTP Method"""
|
|
|
|
path.desc:
|
|
"""URL path."""
|
|
|
|
path.label:
|
|
"""URL Path"""
|
|
|
|
pool_size.desc:
|
|
"""The pool size."""
|
|
|
|
pool_size.label:
|
|
"""Pool Size"""
|
|
|
|
pool_type.desc:
|
|
"""The type of the pool. Can be one of `random`, `hash`."""
|
|
|
|
pool_type.label:
|
|
"""Pool Type"""
|
|
|
|
request.desc:
|
|
"""Configure HTTP request parameters."""
|
|
|
|
request.label:
|
|
"""Request"""
|
|
|
|
request_timeout.desc:
|
|
"""HTTP request timeout."""
|
|
|
|
request_timeout.label:
|
|
"""Request Timeout"""
|
|
|
|
}
|