Feat: HTTP componant supports variables (#10432)

### What problem does this PR solve?

HTTP component supports variables. #10382




![http1](https://github.com/user-attachments/assets/196a2a5b-461c-455c-8896-ec2efe7c0a13)


![http2](https://github.com/user-attachments/assets/0ab97cb0-323c-456e-b556-6f416d52e59f)


### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Yongteng Lei
2025-10-09 16:05:58 +08:00
committed by GitHub
parent 2078d88c28
commit 66d0d44a00
14 changed files with 127 additions and 36 deletions

View File

@ -866,6 +866,19 @@ export default {
noteDescription: 'Nota',
notePlaceholder: 'Por favor ingresa una nota',
runningHintText: 'está corriendo...🕞',
invoke: 'Solicitud HTTP',
invokeDescription:
'Un componente capaz de llamar a servicios remotos, utilizando las salidas de otros componentes o constantes como entradas.',
url: 'Url',
method: 'Método',
timeout: 'Tiempo de espera',
headers: 'Encabezados',
cleanHtml: 'Limpiar HTML',
cleanHtmlTip:
'Si la respuesta está formateada en HTML y solo se desea el contenido principal, actívelo.',
invalidUrl:
'Debe ser una URL válida o una URL con marcadores de posición de variables en el formato {nombre_variable} o {componente@variable}',
},
footer: {
profile: 'Todos los derechos reservados @ React',