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

Component - Web Request Handler #1

Open
PseudoBob-Delightus opened this issue Mar 6, 2024 · 0 comments
Open

Component - Web Request Handler #1

PseudoBob-Delightus opened this issue Mar 6, 2024 · 0 comments

Comments

@PseudoBob-Delightus
Copy link
Owner

PseudoBob-Delightus commented Mar 6, 2024

A component concerned with making web requests and ensuring response validity. Invalid responses may involve retries and/or skips.

This component (class or function) should as its main interface accept a list of URLs (maybe more detail is necessary) and eventually return a result. This result should be a list of request responses (corresponding to the list of URLs), including the response content (if any), final response code, number of retries, maybe some additional error data if applicable, and total time spent on the request.

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

When branches are created from issues, their pull requests are automatically linked.

1 participant