prepare.server.URL {Rexperigen} | R Documentation |
Prepares the server URL by checking for the presence of a protocol
prefix, and prefixing http://
if there is none. Also, returns
the URL with a trailing /
if that was not present either.
prepare.server.URL(server)
server |
A server name. |
A clean URL with protocol prefix and trailing slash.
Other development: API.request
,
checkAuthentication
,
create.API.request.URL
,
server.version
prepare.server.URL("db.phonologist.org") prepare.server.URL("https://myserver.com/")