httprb / http

HTTP (The Gem! a.k.a. http.rb) - a fast Ruby HTTP client with a chainable API, streaming support, and timeouts
MIT License
3.01k stars 321 forks source link

raise HTTP::Request::InvalidURIError for wrong url's #723

Open skatkov opened 2 years ago

skatkov commented 2 years ago

Really enjoy using your gem, so decided to study internal of it better.

is there any better way to understand internals, when contributing to gem directly? I guess, not.

This PR addressed an issue that is assigned for 5.0 milestone

closes #565