(String content)
| 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() { |
nothing calls this directly
no outgoing calls
no test coverage detected