tus / tus-js-client

A pure JavaScript client for the tus resumable upload protocol
https://tus.io/
MIT License
2.09k stars 312 forks source link

Change request method to PATCH #682

Closed hotscope closed 5 months ago

hotscope commented 5 months ago

Hello,

I'd like to change the request method to PATCH. How Do I do that?

Acconut commented 5 months ago

I don't understand what you mean exactly. Can you please elaborate and explain your thinking?

hotscope commented 5 months ago

In the network tab it shows I'm sending a POST request when I start the tus upload. I'd like tus to send a PATCH request instead.

hotscope commented 5 months ago

Ok, I got it now I had to read a little bit more into it!