The HTTP PUT request method is used to write data to a resource on the server. The PUT() method is called by the base class with the following elements of its parameter array filled:

As with the GET() method you may either handle a PUT request yourself or just return a writable stream and have the base class write to it.