async-http icon indicating copy to clipboard operation
async-http copied to clipboard

Allow `Async::HTTP::Internet` methods to accept `URI::HTTP` objects.

Open postmodern opened this issue 2 years ago • 1 comments

URI::HTTP objects do not define a to_str method, so call to_s on the uri instead.

Types of Changes

  • Bug fix.

Contribution

postmodern avatar Apr 16 '23 09:04 postmodern

This seems reasonable to me, but I just wonder why it was to_str in the first place.

ioquatix avatar Apr 16 '23 11:04 ioquatix

Thanks for your contribution.

ioquatix avatar Jun 23 '24 07:06 ioquatix