Support downloading files via HTTP Calls (for Centria) (#4440)

This commit is contained in:
Marc Kelechava
2026-01-13 12:12:38 -08:00
committed by GitHub
parent a6f0781491
commit e6a3858096
16 changed files with 240 additions and 48 deletions

View File

@@ -539,6 +539,8 @@ class HttpRequestBlockYAML(BlockYAML):
files: dict[str, str] | None = None # Dictionary mapping field names to file paths/URLs for multipart file uploads
timeout: int = 30
follow_redirects: bool = True
download_filename: str | None = None
save_response_as_file: bool = False
# Parameter keys for templating
parameter_keys: list[str] | None = None