CefUrlRequestFlags
class CefUrlRequestFlags
Properties
Link copied to clipboard
If set user name, password, and cookies may be sent with the request, and cookies may be saved from the response.
Link copied to clipboard
If set the CefURLRequestClient.onDownloadData method will not be called.
Link copied to clipboard
If set 5XX redirect errors will be propagated to the observer instead of automatically re-tried.
Link copied to clipboard
Default behavior.
Link copied to clipboard
If set the headers sent and received for the request will be recorded.
Link copied to clipboard
If set upload progress events will be generated when a request has a body.
Link copied to clipboard
If set the cache will be skipped when handling the request.