gmo / common

MIT License
0 stars 0 forks source link

Added BaseUriPlugin for HTTPlug clients. #5

Closed CarsonF closed 7 years ago

CarsonF commented 7 years ago

It uses Guzzle logic for base path concatenation. If the request path starts with a "/" then the base path is not prepended.

It also allows the base uri to be a string as a shortcut.