Hi, I reworked MatrixParams as David propose and did it in a way how they should behave. So now you can construct URIs like:
http://localhost:3001/api;v=0.1/images => params['api']['v'] = '0.1' You can imagine how many possibilities this will open for us :-) As an example I did a new way how to switch driver using URL: deltacloudd -i mock GET http://localhost:3001/api;driver=ec2/hardware_profiles Will return EC2 hardware profiles. Basicaly it just add proper headers using matrix param. -- Michal
