mirror of
https://github.com/langgenius/dify.git
synced 2026-04-13 06:43:30 +08:00
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
Block a user