6465666768697071727374
c.on(path).withHost(host); if (port != null) { c.withPort(port); } if (secure != null) { c.secure(secure); } c.send(new SimpleHttpClientHandler() { @Override public void handle(int status, String reason, InMemoryPost body) {