Page 1 of 1

CefURLRequest and HTTP2

PostPosted: Wed May 19, 2021 3:58 am
by obalash
Hi all,

I am trying to find in the documentation if it possible to use CefURLRequest or an equivalent using the capabilities of HTTP2 (multiplexing requests, pipelining of requests) but I am coming up empty. Is this doable? is there any reference to how this can be done?

Thanks in advance,
Omer.

Re: CefURLRequest and HTTP2

PostPosted: Wed May 19, 2021 10:27 am
by magreenblatt
HTTP/2 functionality may be used by Chromium but the details are not exposed via CefURLRequest (which uses SimpleURLLoader internally). See https://chromium.googlesource.com/chrom ... request.md for background.

Re: CefURLRequest and HTTP2

PostPosted: Thu Sep 30, 2021 10:58 am
by obalash
magreenblatt wrote:HTTP/2 functionality may be used by Chromium but the details are not exposed via CefURLRequest (which uses SimpleURLLoader internally). See https://chromium.googlesource.com/chrom ... request.md for background.


Hi Marshall,

Sorry about performing thread necromancy but i have a follow up question. Can I explicitly disable http2 in cefURL request? even if it means disabling it completely in CEF?

Thanks,
Omer.