http block support multipart (#4259)
This commit is contained in:
@@ -536,6 +536,7 @@ class HttpRequestBlockYAML(BlockYAML):
|
||||
url: str | None = None
|
||||
headers: dict[str, str] | None = None
|
||||
body: dict[str, Any] | None = None # Changed to consistently be dict only
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user