Searched defs:HTTP (Results 1 – 13 of 13) sorted by relevance
135 struct HTTP { struct154 HTTPSEND_NADA, /* init */ argument166 /*********** for HTTP/2 we store stream-local data here *************/ argument175 int status_code; /* HTTP status code */ argument178 bool closed; /* TRUE on HTTP2 stream close */ argument194 #ifdef USE_NGHTTP2 argument
48 public final class HTTP { class101 private HTTP() { in HTTP() method in HTTP
54 public static final String HTTP = "HTTP"; field in HttpVersion
23 HTTP string member
222 HTTP = default.clone(linesep='\r\n', max_line_length=None) variable
72 HTTP string `json:"http"` member
62 public static final AsciiString HTTP = AsciiString.of("http"); field in Utils
211 enum { HTTP, HTTPS } type = HTTP; in main() enumerator
20 private static final String HTTP = "http://"; field in RoboCookieManager
67 private static final String HTTP = "http"; field in HtmlActivityTask
26 HTTP string `json:"http"` member
1138 class HTTP: class
4523 #define HTTP(name) HTTP_N(name, name, NULL) macro