Hello, using Droid library I came to the realization that the current API are not suitable for handling anything other than GET requests.
This is due mainly to two choices made in the code: - using the Link interface for collecting and processing pages to process (all based on simple URI values, both for 'getURI' and 'getTo'); - content being loaded by CrawlingWorker, passing just the URI to the Protocol. Is there anyone interested in thinking how to change the API to support also other request types? Regards, Giulio Cesare
