We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This should work, whether or not there is a trailing slash:
IP <- "http://localhost:8000/" server <- connect(IP, username = "carya", password = "illinois") ping(server) # Sorry! Server not responding.
However, it currently only works if there is not a trailing slash (i.e., http://localhost:8000).
http://localhost:8000
The text was updated successfully, but these errors were encountered:
@robkooper i have created PR for this issue. let me know if any further changes required.
Sorry, something went wrong.
No branches or pull requests
This should work, whether or not there is a trailing slash:
However, it currently only works if there is not a trailing slash (i.e.,
http://localhost:8000
).The text was updated successfully, but these errors were encountered: