MCPcopy
hub / github.com/square/okhttp / main

Method main

samples/guide/src/main/java/okhttp3/guide/PostExample.java:53–58  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

51 }
52
53 public static void main(String[] args) throws IOException {
54 PostExample example = new PostExample();
55 String json = example.bowlingJson("Jesse", "Jake");
56 String response = example.post("http://www.roundsapp.com/post", json);
57 System.out.println(response);
58 }
59}

Callers

nothing calls this directly

Calls 2

bowlingJsonMethod · 0.95
postMethod · 0.95

Tested by

no test coverage detected