Searched defs:HTTP (Results 1 – 8 of 8) sorted by relevance
168 struct HTTP { struct186 HTTPSEND_NADA, /* init */ argument197 /*********** for HTTP/2 we store stream-local data here *************/ argument206 int status_code; /* HTTP status code */ argument214 uint32_t error; /* HTTP/2 stream error code */ argument217 bool closed; /* TRUE on HTTP2 stream close */ argument223 /* fields used by both HTTP/2 and HTTP/3 */ argument230 /*********** for HTTP/3 we store stream-local data here *************/ argument237 #ifdef USE_NGHTTP3 argument244 #ifdef USE_NGHTTP2 argument
107 ### HTTP subsection233 ### HTTP subsection
36 ## HTTP section in Features -- what curl can do
1250 HTTP section in OPTIONS
223 HTTP = default.clone(linesep='\r\n', max_line_length=None) variable
229 HTTP, enumerator
44 enum CommType { HTTP = 0, TCP }; enumerator
1 # HTTP chapter