Downloads
Reference
Learning
Security
Source
API Documentation
remote
git_remote_valid_url
Version:
v0.21.5
v0.21.4
v0.21.3
v0.21.2
v0.21.1
v0.21.0
v0.21.0-rc2
v0.21.0-rc1
v0.20.0
v0.19.0
v0.18.0
v0.17.0
v0.16.0
Return whether a string is a valid remote URL
Signature
GitHub
int git_remote_valid_url(
const char *url
);
Parameters
const char *
In
url
the url to check
Returns
int
1 if the url is valid, 0 otherwise
Versions
v0.21.5
v0.21.4
v0.21.3
v0.21.2
v0.21.1
v0.21.0
v0.21.0-rc2
v0.21.0-rc1
v0.20.0
v0.19.0
v0.18.0
v0.17.0
v0.16.0