Skip to content
#

http-api

Here are 133 public repositories matching this topic...

Kaliumhexacyanoferrat
Kaliumhexacyanoferrat commented Dec 9, 2021

As a developer, I would like to virtualize existing resource trees, so that I can extend them with my own content.

Example

var tree = ResourceTree.FromDirectory("/app")
                       .Virtualize()
                       .Add("config.js", Resource.FromFile("/cfg/config.js"));

var spa = SinglePageApplication.From(tree);

Acceptance criteria

  • The func
enhancement good first issue

Improve this page

Add a description, image, and links to the http-api topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the http-api topic, visit your repo's landing page and select "manage topics."

Learn more