fix: missing head

This commit is contained in:
Yeuoly 2024-03-19 18:37:37 +08:00
parent bae1bc2e4b
commit a9e44b1fd2
No known key found for this signature in database
GPG Key ID: A66E7E320FB19F61
1 changed files with 1 additions and 1 deletions

View File

@ -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