Skip to content
New issue

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

Allow timeout customization of DefaultHTTPClient #35

Open
intabulas opened this issue Sep 15, 2016 · 0 comments
Open

Allow timeout customization of DefaultHTTPClient #35

intabulas opened this issue Sep 15, 2016 · 0 comments

Comments

@intabulas
Copy link
Contributor

DefaultHTTPClient (when using the cli vs as a lib) has hard wired timeouts. Some of the sites I want to test are data intensive reporting apps that well exceed the (as an example) the 5 second response header timeout. My solution was to use checkup as a lib in my own cli app with a customer client for HTTPChecker

It would be nice to have options in a checkup.json to override those default timeouts so one does not have to use it as a library to meet their needs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants