Searched defs:HTTP (Results 1 – 8 of 8) sorted by relevance
200 struct HTTP { struct218 void *h2_ctx; /* HTTP/2 implementation context */ argument219 void *h3_ctx; /* HTTP/3 implementation context */ argument220 struct dynbuf send_buffer; /* used if the request couldn't be sent in one
414 #### HTTP subsubsection466 [`channel.subscribe(onMessage)`]: #channelsubscribeonmessage467 [`diagnostics_channel.channel(name)`]: #diagnostics_channelchannelname468 [`diagnostics_channel.subscribe(name, onMessage)`]: #diagnostics_channelsubscribename-onmessage469 [`diagnostics_channel.unsubscribe(name, onMessage)`]: #diagnostics_channelunsubscribename-onmessage
1 # HTTP chapter
36 ## HTTP section in Features -- what curl can do
1295 HTTP section in OPTIONS
223 HTTP = default.clone(linesep='\r\n', max_line_length=None) variable
229 HTTP, enumerator
1356 HTTP = 0, enumerator