mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(HTTP Request Node): Add support for OPTIONS method (#3030)
This commit is contained in:
@@ -161,6 +161,10 @@ export class HttpRequest implements INodeType {
|
||||
name: 'HEAD',
|
||||
value: 'HEAD',
|
||||
},
|
||||
{
|
||||
name: 'OPTIONS',
|
||||
value: 'OPTIONS',
|
||||
},
|
||||
{
|
||||
name: 'PATCH',
|
||||
value: 'PATCH',
|
||||
|
||||
Reference in New Issue
Block a user