In the process of doing a project as part of my internship I was given the task of implementing a specific type of web client. We decided that in order for the web client to perform all of the duties correctly, we needed to use the new methods outlined in HTTP 1.1 (to be exact put, trace, and delete).
After looking around I noticed that LWP does support PUT, but I cant seem to find anything that supports the TRACE and DELETE methods. Any help out there?
Thanks in advance.