Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
Chi gives inconsistent results in terms of whether the strings returned are URL coded or not See: * https://github.com/go-chi/chi/issues/641 * https://github.com/go-chi/chi/issues/642 Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
Url escaping has already been done in `net/http/request.go` Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>