Droplet
Droplet copied to clipboard
Rework request subresource API
The current subresource is a simple string within the request structure. It should actually be a dictionnary, since a subresource in HTTP terms is a query-string parameter, and we might want to use an "add" method for one parameter of this query-string instead of a "set" method for the whole query-string.