MCPcopy Create free account
hub / github.com/WindXaa/Android-reverse / main

Method main

WebCurl/WebCurl.java:515–522  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

513
514
515 public static void main(String[] args) throws IOException {
516 WebInfo wi = new WebInfo();
517 getServerInfo(wi,"网址");
518 System.out.println("title:"+wi.title+"\nhttp_server:"+wi.http_server+"\nlanguage:"+wi.language+"\nhttp_server_version:"+wi.http_server_version+"\nisServerCrypto:"+wi.isServerCrypto);
519 System.out.println("---------------------");
520
521
522 }
523
524
525

Callers

nothing calls this directly

Calls 1

getServerInfoMethod · 0.95

Tested by

no test coverage detected