mirror of https://github.com/langgenius/dify.git
fix: missing head
This commit is contained in:
parent
bae1bc2e4b
commit
a9e44b1fd2
|
|
@ -37,7 +37,7 @@ class HttpRequestNodeData(BaseNodeData):
|
|||
data: Union[None, str]
|
||||
|
||||
variables: list[VariableSelector]
|
||||
method: Literal['get', 'post', 'put', 'patch', 'delete']
|
||||
method: Literal['get', 'post', 'put', 'patch', 'delete', 'head']
|
||||
url: str
|
||||
authorization: Authorization
|
||||
headers: str
|
||||
|
|
|
|||
Loading…
Reference in New Issue