EventManager: support placeholders within URL paths

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2023-01-22 08:46:58 +01:00
parent 707729ee61
commit 3ce4d04b27
5 changed files with 52 additions and 10 deletions

View File

@@ -91,7 +91,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
<input type="text" class="form-control" id="idHTTPEndpoint" name="http_endpoint" placeholder=""
aria-describedby="HTTPEndpointHelpBlock" value="{{.Action.Options.HTTPConfig.Endpoint}}">
<small id="HTTPEndpointHelpBlock" class="form-text text-muted">
Endpoint URL, i.e https://host:port/path
Endpoint URL, i.e https://host:port/path. Placeholders are supported within the URL path
</small>
</div>
</div>