Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 2.97 KB

File metadata and controls

33 lines (24 loc) · 2.97 KB

Scheme Handler Example Application

This directory contains the "scheme_handler" target which demonstrates how to handle resource requests using CefSchemeHandlerFactory.

See the shared library target for details common to all executable targets.

Implementation Overview

The "scheme_handler" target is implemented as follows:

Configuration

See the shared library target for configuration details.

Setup and Build

See the shared library target for setup and build instructions.