retrofit / retrofit2.http / Url / <init>

<init>

Url()

URL resolved against the base URL.


  @GET
  Call<ResponseBody> list(@Url String url);
  

See base URL for details of how the value will be resolved against a base URL to create the full endpoint URL.