Home | History | Annotate | Download | only in Plugins

Lines Matching defs:statusLine

157     String statusLine = String::format("HTTP %d ", response.httpStatusCode());
158 stringBuilder.append(statusLine.characters(), statusLine.length());