MCPcopy
hub / github.com/justauth/JustAuth / get

Method get

src/main/java/me/zhyd/oauth/utils/HttpUtils.java:36–39  ·  view source on GitHub ↗

GET 请求 @param url URL @return HttpUtils

(String url)

Source from the content-addressed store, hash-verified

34 * @return HttpUtils
35 */
36 public HttpUtils get(String url) {
37 this.httpResponse = HttpUtil.get(url, null, null, false);
38 return this;
39 }
40
41 /**
42 * GET 请求

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected