file option in -wsesslog file for http PUT
Brought to you by:
tedbullock
Is it possible to add support for a "file_name" option in addition to the "content" for the PUT method in the -wsesslog input file? What I mean is something as such:
/foo.html method=PUT file=somefile.html
instead of
/foo.html method=PUT contents="some PUT data"
I have added an option as such in your source code myself, but it would be nice if it is made into the repository.