Searched defs:HTTP (Results 1 – 10 of 10) sorted by relevance
130 struct HTTP { struct151 HTTPSEND_NADA, /* init */ argument161 /*********** for HTTP/2 we store stream-local data here *************/ argument170 int status_code; /* HTTP status code */ argument173 bool closed; /* TRUE on HTTP2 stream close */ argument175 uint32_t error_code; /* HTTP/2 error code */ 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
34 public class HTTP { class
222 HTTP = default.clone(linesep='\r\n', max_line_length=None) variable
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
1138 class HTTP: class
4523 #define HTTP(name) HTTP_N(name, name, NULL) macro