feign
feign copied to clipboard
Hostname in RequestLine?
Hi,
Is it valid to put the hostname into the RequestLine annotation like this?
@RequestLine("POST https://{site}.service.com/service/rest/auth")
and if so, how should I set target
?
I haven't tried yet because I'm aware that there could be some subtlties about re-use of connections if it's not supported even if it appeared to work.