mirror of https://github.com/hashicorp/consul
typo: missing space
parent
23064759c8
commit
07093a4d44
|
@ -72,7 +72,7 @@ as a payload along the request. The response also contains the Consul index as a
|
||||||
The HTTP handler can be configured by setting `handler_type` to `http`. Additional handler options
|
The HTTP handler can be configured by setting `handler_type` to `http`. Additional handler options
|
||||||
are set using `http_handler_config`. The only required parameter is the `path` field which specifies
|
are set using `http_handler_config`. The only required parameter is the `path` field which specifies
|
||||||
the URL to the HTTP endpoint. Consul uses `POST` as the default HTTP method, but this is also configurable.
|
the URL to the HTTP endpoint. Consul uses `POST` as the default HTTP method, but this is also configurable.
|
||||||
Other optional fields are `header`, `timeout` and`tls_skip_verify`. The watch invocation data is
|
Other optional fields are `header`, `timeout` and `tls_skip_verify`. The watch invocation data is
|
||||||
always sent as a JSON payload.
|
always sent as a JSON payload.
|
||||||
|
|
||||||
Here is an example configuration:
|
Here is an example configuration:
|
||||||
|
|
Loading…
Reference in New Issue