MCPcopy Create free account
hub / github.com/defineYIDA/LWebServer / println

Method println

src/main/java/cn/lws/server/response/Response.java:100–104  ·  view source on GitHub ↗
(String content)

Source from the content-addressed store, hash-verified

98 }
99
100 public Response println(String content) {
101 bodyAppender.append(content);
102 bodyAppender.append(CRLF);
103 return this;
104 }
105
106
107 public void write() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected