conductor-python icon indicating copy to clipboard operation
conductor-python copied to clipboard

Type fix: HTTPInput.Headers unexpected type Dict[str,List[str]]

Open xeviknal-cf opened this issue 2 months ago • 0 comments

Hello,

Shouldn't HTTP Headers be a dict[str, str] instead of [str, List[str]]?

Orkes UI also complains about this: image

And I receive this headers: image

Either the issue is in the typing or marshalling the data.

xeviknal-cf avatar Nov 14 '25 12:11 xeviknal-cf