Searched defs:HTTP (Results 1 – 7 of 7) sorted by relevance
127 struct HTTP { struct148 HTTPSEND_NADA, /* init */ argument158 /*********** for HTTP/2 we store stream-local data here *************/ argument167 int status_code; /* HTTP status code */ argument170 bool closed; /* TRUE on HTTP2 stream close */ argument171 uint32_t error_code; /* HTTP/2 error code */ argument190 #ifdef USE_NGHTTP2 argument
48 public final class HTTP { class101 private HTTP() { in HTTP() method in HTTP
32 HTTP ="http", field in HttpSchemes
54 public static final String HTTP = "HTTP"; field in HttpVersion
34 public class HTTP { class
44 public static final String HTTP="http"; field in URIUtil
67 private static final String HTTP = "http"; field in HtmlActivityTask