Welcome to tutorial no. 3 in our Resumable file uploader series. The previous tutorials provided an introduction about the tus protocol and we also created the DB CRUD methods. In this tutorial, we will create the http handlers to support the POST, PATCH and HEAD http methods. This tutorial has the following sections POST http handler HEAD http handler PATCH http handler File validation Upload complete validation Upload offset validation Content length validation File patch POST http handler ...