Searched defs:HTTP (Results 1 – 12 of 12) sorted by relevance
112 struct HTTP { struct131 HTTPSEND_NADA, /* init */ argument143 /*********** for HTTP/2 we store stream-local data here *************/ argument152 int status_code; /* HTTP status code */ argument162 bool closed; /* TRUE on HTTP2 stream close */ argument168 /* fields used by both HTTP/2 and HTTP/3 */ argument175 /*********** for HTTP/3 we store stream-local data here *************/ argument182 #ifdef USE_NGHTTP3 argument189 #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
632 ### HTTP subsection
62 public static final AsciiString HTTP = AsciiString.of("http"); field in Utils
238 enum { HTTP, HTTPS } type = HTTP; in main() enumerator
68 #define HTTP(con) ((con)->http) macro
20 private static final String HTTP = "http://"; field in RoboCookieManager
67 private static final String HTTP = "http"; field in HtmlActivityTask
1138 class HTTP: class
4664 #define HTTP(name) HTTP_N(name, name, 0, NULL) macro