0.0.1 • Published 9 years ago

nep-responder-localmap v0.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

nep-responder-localmap

Usage

var nep_responder_localmap = require('nep-responder-localmap');

Config

{
    pattern: 'http',
    responder: 'localmap',
    options: {
        'http://xxx.com': '/www/xxx.com/',
        'http://ooo.com': '/www/ooo.com/',
        'http://abc.com/index.html': '/www/abc.com/index.html'
    }
}
0.0.1

9 years ago