Searched refs:HTTPVersion (Results 1 – 2 of 2) sorted by relevance
8 public static final String HTTPVersion = "HTTP/1.1"; field
58 mMethodLine = method.name() + ' ' + url.getPath() + ' ' + HTTPVersion + CRLF; in HTTPRequest()