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
How would someone get the last redirect URL?
The text was updated successfully, but these errors were encountered:
No clue. This library is a wrapper for the command line curl tool, so have a look at man 1 curl.
curl
man 1 curl
If you need help working out what curl command the library is running, use the pretend option:
pretend
curl.request({url: 'http://google.com', pretend: true}, function (err, stdout, meta) { console.log('%s %s', meta.cmd, meta.args.join(' ')); });
Sorry, something went wrong.
No branches or pull requests
How would someone get the last redirect URL?
The text was updated successfully, but these errors were encountered: