Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/square/retrofit
/ Pop
Interface
Pop
samples/src/main/java/com/example/retrofit/DynamicBaseUrl.java:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
*/
34
public
final
class
DynamicBaseUrl {
35
public
interface
Pop {
36
@GET(
"robots.txt"
)
37
Call<ResponseBody> robots();
38
}
39
40
static
final
class
HostSelectionInterceptor implements Interceptor {
41
private
volatile String host;
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected