abiosoft / abiosoft/caddy-exec
Dynamically receive arguments
Abierto
- Lenguaje dominante
- Go
- Estrellas
- 155
- Forks
- 21
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I'm going over the possibilities to handle a html form submission since directive [mailout](https://caddy.its-em.ma/v1/docs/http.mailout) that used to work perfectly with caddy v1 is not supported in v2 anymore.
Was thinking to simply trigger a .go file when a route is being hit. Is it possible to dynamically receive arguments instead of hard coding them in the Caddyfile?
e.g something like this:
```
// command to execute
"command": "handleform.go",
// command arguments
"args": [$args]
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.