This section of the protocol spec explains that:
The X-HTTP-Method-Override request header MUST be a string which MUST be
interpreted as the request's method by the Server, if the header is presented.
The actual method of the request MUST be ignored. The Client SHOULD use this
header if its environment does not support the PATCH or DELETE methods.
As far as I can see, we don't handle this correctly in tuspyserver atm.
This section of the protocol spec explains that:
As far as I can see, we don't handle this correctly in
tuspyserveratm.