Searched defs:HTTP (Results 1 – 10 of 10) sorted by relevance
1049 #### HTTP subsubsection1100 [TracingChannel Channels]: #tracingchannel-channels1102 [`TracingChannel`]: #class-tracingchannel1103 [`asyncEnd` event]: #asyncendevent1104 [`asyncStart` event]: #asyncstartevent1105 [`channel.bindStore(store)`]: #channelbindstorestore-transform1106 [`channel.runStores(context, ...)`]: #channelrunstorescontext-fn-thisarg-args1107 [`channel.subscribe(onMessage)`]: #channelsubscribeonmessage1108 [`channel.unsubscribe(onMessage)`]: #channelunsubscribeonmessage1109 [`diagnostics_channel.channel(name)`]: #diagnostics_channelchannelname[all …]
1 # HTTP chapter
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
25 ## HTTP section in `--request`
41 ## HTTP section in DESCRIPTION
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
1357 HTTP = 0, enumerator