Oleksandr Yanyev

Results 1 comments of Oleksandr Yanyev

The problem is when mapper maps to Url, localhost:80 added to `/image.jpg` with applyOrigin(). ``` public fun build(): Url { applyOrigin() return Url( protocol = protocol, host = host, ```...