mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
⚡ Add support for HEAD to HTTP Request Node
This commit is contained in:
parent
51afcd8ad5
commit
8ada4534ec
|
@ -119,6 +119,10 @@ export class Webhook implements INodeType {
|
|||
name: 'GET',
|
||||
value: 'GET',
|
||||
},
|
||||
{
|
||||
name: 'HEAD',
|
||||
value: 'HEAD',
|
||||
},
|
||||
{
|
||||
name: 'POST',
|
||||
value: 'POST',
|
||||
|
|
Loading…
Reference in a new issue