Описание тега x-http-method-override
HTTP method override by adding "X-HTTP-Method-Override: {VERB}" HTTP Header to POST requests
Many HTTP clients do not support HTTP PUT and HTTP DELETE verbs. To work around this, HTTP client libraries and clients can add the verb to an HTTP "X-HTTP-Method-Override" header and send this header with an HTTP POST request to achieve the same effect.