joomla-framework / http

Joomla Framework Http Package
GNU General Public License v2.0
17 stars 21 forks source link

Allow Uri objects to be injected #26

Closed mbabker closed 8 years ago

mbabker commented 8 years ago

The transport objects are typehinted to use our UriInterface and the Http class expects strings which are injected to a new Uri instance when a request is made. Let's allow users to inject UriInterface objects too.