CodingAleCR / http_interceptor

A lightweight, simple plugin that allows you to intercept request and response objects and modify them if desired.
MIT License
134 stars 67 forks source link

Parameters are not added to Uri. #20

Closed CodingAleCR closed 4 years ago

CodingAleCR commented 4 years ago

When using an Uri object as url and also a separate parameters map, the parameters are not being added to the Uri in the same way that they are added if a string url is used instead.