Uses of Class
com.github.underscore.lodash.U.FetchResponse
-
Packages that use U.FetchResponse Package Description com.github.underscore.lodash -
-
Uses of U.FetchResponse in com.github.underscore.lodash
Methods in com.github.underscore.lodash that return U.FetchResponse Modifier and Type Method Description static U.FetchResponse
U. fetch(String url)
static U.FetchResponse
U. fetch(String url, Integer connectTimeout, Integer readTimeout)
static U.FetchResponse
U. fetch(String url, String method, String body)
static U.FetchResponse
U. fetch(String url, String method, String body, Map<String,List<String>> headerFields, Integer connectTimeout, Integer readTimeout)
-