Hi, This patch will add possibility to add a 'new' operation for any collection. This operation should provide the HTML form in HTML response type and XML/JSON representation of form for other media types. Typicall use-case for this would be to check what parameters are required in order to sucessfuly create a new resource (like instance).
You are of course not limited just to 'new' action but you can also create operation for any other 'form' actions (like 'new_rule' in firewalls or 'new_blob') and provide usefull informations to clients about required parameters. This patch adds only HTML forms, but we should be able to extend it with XML forms/JSON forms in future. -- Michal
