MCPcopy Create free account
hub / github.com/SeanDragon/protools / getUrl

Method getUrl

http/src/main/java/pro/tools/http/pojo/HttpSend.java:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 public String getUrl() {
79 return url;
80 }
81
82 public HttpSend setUrl(String url) {
83 this.url = url;

Callers 3

sendHttpMethod · 0.80
convertRequestMethod · 0.80
convertRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected