Hi all, On Wednesday 09 January 2008 23:33:55 Jerome Louvel wrote: > Thanks Davide. > > Here are some comments I initially made to you, so we can publicly > discuss them: > > 1) Some complimentary features that would be great to add are : > > - start/stop listeners in any protocol (mainly HTTP/HTTPS for now) > - receive incoming calls (to simulate a server-side application from a > browser)
can you better explain these features? > - manage representations via variables (display/save them) > > You suggested to add two commands: > "save foo -> save the content of the last command in the 'foo' variable" > "view foo -> print the content of the 'foo' variable" I'm implementing these new commands. > - check for null values and display empty strings instead of special > codes. Currently 'null' is displayed when a property isn't available. ok. > - allow usage of all protocols, not just HTTP that was also my plan, the project was renamed from httpshell to restshell exactly for this reason :-))) -- Best Regards, Davide Angelocola

