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
Hey there!
How do I timeout requests?
I can't get this to work:
const httpsResp = await get(httpsUrl, { timeout: 2000 })
It looks like #17 wasn't merged in.
The text was updated successfully, but these errors were encountered:
Hey,
What version are you using? The timeout option only exists in the @next version and is available across all 3 modes
timeout
@next
Sorry, something went wrong.
I'm on "httpie": "^1.1.2",
"httpie": "^1.1.2",
So npm install httpie@next will have timeout? 😃
npm install httpie@next
Yup! For browser & Node
No branches or pull requests
Hey there!
How do I timeout requests?
I can't get this to work:
It looks like #17 wasn't merged in.
The text was updated successfully, but these errors were encountered: