Hi Davide, > > 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?
Yes, I would like to be able to simulate an origin server by starting an HTTP server connector on a specified port. I could then invoke it by typing any URI in my web browser (or any HTTP client). The shell's component would then intercept this request and give the user a choice to respond : setting a status, returning a representation, reading the request's headers, etc. This is mostly for debugging purpose. [...] > > - 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 :-))) Cool! :-) Best regards, Jerome

