Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose Resource Manager API and a default custom scheme handler implementation #418

Open
cztomczak opened this issue Mar 21, 2018 · 0 comments

Comments

@cztomczak
Copy link
Owner

cztomczak commented Mar 21, 2018

CefResourceManager has a few built-in providers that map requests:

  1. Content provider - maps url to string content
  2. Directory provider - maps url path to directory path
  3. Archive provider - maps url path to archive path (e.g. a password protected zip file)

See:

  1. cef_resource_manager.h
  2. cef-project/resource_manager/

Resource manager API seems to work only for HTTP urls. Additionally we could also expose a default custom scheme handler implementation that serves files from a directory. It can be based on the cef-project scheme_handler example: https://github.com/chromiumembedded/cef-project/tree/master/examples/scheme_handler

Related issues:

@cztomczak cztomczak changed the title Expose CefResourceManager API Expose Resource Manager API Mar 21, 2018
@cztomczak cztomczak changed the title Expose Resource Manager API Expose Resource Manager API and a default custom scheme handler implementation Nov 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant