Searched defs:HTTP (Results 1 – 10 of 10) sorted by relevance
131 struct HTTP { struct150 HTTPSEND_NADA, /* init */ argument162 /*********** for HTTP/2 we store stream-local data here *************/ argument171 int status_code; /* HTTP status code */ argument181 bool closed; /* TRUE on HTTP2 stream close */ argument187 /* fields used by both HTTP/2 and HTTP/3 */ argument194 /*********** for HTTP/3 we store stream-local data here *************/ argument200 #ifdef USE_NGHTTP3 argument205 #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
223 HTTP = default.clone(linesep='\r\n', max_line_length=None) variable
210 enum { HTTP, HTTPS } type = HTTP; in main() enumerator
62 public static final AsciiString HTTP = AsciiString.of("http"); field in Utils
20 private static final String HTTP = "http://"; field in RoboCookieManager
67 private static final String HTTP = "http"; field in HtmlActivityTask
1138 class HTTP: class
4665 #define HTTP(name) HTTP_N(name, name, 0, NULL) macro