After some research, I found that Nothing prevents you from processing PUT requests on Drupal. Actually, I looked at the code in the server of the break server and it seems to handle this without any problems. Just check php $_SERVER['REQUEST_METHOD']as usual.
Note. Answered my own question and saved it as a comment by @Henrik Opel.
source
share