Interface HttpClient
-
public interface HttpClient
You can cast an injected client with this type to initialize the base.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
base(String base)
Deprecated.
-
-
-
Method Detail
-
base
@Deprecated void base(String base)
Deprecated.set the base URI of the http request- Parameters:
base
- the base URI of the http client, use @Base on parameter
-
-