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 defining clients on initialization #152

Closed
wants to merge 5 commits into from

Conversation

mstate
Copy link

@mstate mstate commented Mar 15, 2024

We needed to use vendor provideded SSL certificates to make calls to multiple domains from Async::HTTP::Internet. Unfortunately, the options that you can pass in are only for a single URL. To allow for our use case, we need to define url => Async::HTTP::Client outside of our Async::HTTP::Internet.new call and pass them in as an argument.

Types of Changes

  • New feature.
  • Updated documentation.

Contribution

@mstate mstate marked this pull request as draft March 18, 2024 15:07
@mstate mstate closed this Mar 18, 2024
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