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

Add "WithContext" methods #181

Closed

Conversation

jamesgoodhouse
Copy link

@jamesgoodhouse jamesgoodhouse commented Dec 21, 2022

This keeps all the exact same functionality of the original methods, but now allows a context to be passed in for better control of the request. This is the preferred way of managing a request, setting a deadline, adding instrumentation, etc. Addresses issue #180.

this keeps all the exact same functionality of the original methods, but
now allows a context to be passed in for better control of the request.
this is the preferred way of managing a req, setting it's deadline,
adding instrumentation, etc.
@jamesgoodhouse jamesgoodhouse marked this pull request as ready for review December 21, 2022 21:15
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

Successfully merging this pull request may close these issues.

1 participant