MCPcopy Index your code
hub / github.com/XF-FS/APIKit / getHttpService

Method getHttpService

src/main/java/burp/ScanConfig.java:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 public IHttpService getHttpService() {
50 return this.httpService;
51 }
52
53 public void setHttpService(IHttpService httpService) {
54 this.httpService = httpService;

Callers 2

startNewScanMethod · 0.45
makeHttpRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected