Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Support handlers altering the set of files that appear in a directory listing. #115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 14, 2017

  1. Support handlers altering the set of files that appear in a directory…

    … listing.
    
    In cases like .any.js files for wpt we create some virtual resources
    for on-disk files. It would be nice if they appeared in directory
    listings. To allow that to happen, we add a mechanism so that when a
    handler is registered with the router we can also register a
    corresponding listing_fixup function that takes the request and the
    list of files in the directory and returns an amended list of files.
    jgraham committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    2c9b973 View commit details
    Browse the repository at this point in the history