Revision: 483e67739828
Branch:   default
Author:   Pekka Klärck
Date:     Wed Apr 23 14:11:26 2014 UTC
Log: Remote API: Document that trailing slash in URI may be significant.

Update issue 1693
Status: Started
Owner: pekka.klarck
Labels: Type-Documentation Priority-Low
Documented that `/` may be significant. Kevin, is this good enough?
Is either of the formats generally recommended?

Also added an example with path. Should that be also documented somehow?
http://code.google.com/p/robotframework/source/detail?r=483e67739828

Modified:
 /doc/userguide/src/ExtendingRobotFramework/RemoteLibrary.rst

=======================================
--- /doc/userguide/src/ExtendingRobotFramework/RemoteLibrary.rst Wed Apr 23 13:57:05 2014 UTC +++ /doc/userguide/src/ExtendingRobotFramework/RemoteLibrary.rst Wed Apr 23 14:11:26 2014 UTC
@@ -69,6 +69,7 @@
    =========  ===========  ========================  =========  =========
    Library    Remote       \http://127.0.0.1:8270    WITH NAME  Example1
    Library    Remote       \http://example.com:7777  WITH NAME  Example2
+   Library    Remote       \http://10.0.0.2/example  WITH NAME  Example3
    =========  ===========  ========================  =========  =========

 The URL used by the first example above is also the default address
@@ -82,6 +83,11 @@
           Prior to Robot Framework 2.8.4 the Remote library itself used the
           potentially slow :code:`localhost` by default.

+.. note:: Depending on the remote server, the trailing slash after the server
+          address may or may not be significant. For example, using
+          :code:`http://127.0.0.1:8270` is not always the same as using
+          :code:`http://127.0.0.1:8270/`. If there is a difference, remote
+          servers themselves should document which format to use.

__ http://stackoverflow.com/questions/14504450/pythons-xmlrpc-extremely-slow-one-second-per-call

--

--- 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.

Reply via email to