Comment #12 on issue 1693 by claytn...@gmail.com: Remote: improve
documentation about uri parameter
http://code.google.com/p/robotframework/issues/detail?id=1693
Hello.
NRobotRemote is slightly different to other remote servers.
It can load MULTIPLE keyword libraries (classes) in one instance of the
server. It then exposes them using URL:
http://localhost:<port>/<namespace>/<class>
The internal http server, checks the last part of the URL and then calls
the appropriate keyword method in the <class> in the <namespace>
I did it this way as i noticed other servers could only "host" one keyword
library.
If RF changed to instead use:
http://localhost:<port>/<namespace>/<class>/RPC2
I would have to update the internal http service to ignore the trailing
/RPC2
Not a big job to do...
Clayton
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.