Closed jakzal closed 8 years ago
It looks like the AddHostPlugin does this job (it doesn't seem to have documentation right yet).
Moreless ;) cheers!
Be aware of the way how PSR-7 describes URI trailing slashes a bit illogical IMO. See https://github.com/php-http/plugins/pull/42#issuecomment-171611857
Actually, i'd love to be able to pass a string there :/
Having to prefix all the calls with a base URL is annoying:
It could be avoided if we implemented something like the following that would include the base url for us:
The advantage is that we wouldn't need to deal with base url in the place where the factory is used.
What do you think?