express-ssi

2.0.3 • Public • Published

express-ssi

Build Status

Add SSI Support To Express

About express-ssi: response.end() method triggered before add SSI Parse to the Express

Supported Instructions

<!--#include virtual="" -->
Tip:如果ssi标签在link或script的属性中,virtual的值可以使用单引号。

Installation

npm install express-ssi

Usage

var expressSSI = require("express-ssi");
expressSSI.init(express,ssiServer);

Methods

init(express, ssiServer)

filename Object express object

ssiServer String ssiServer address,default:"http://www.atguat.com.cn"

MIT

Package Sidebar

Install

npm i express-ssi

Weekly Downloads

1

Version

2.0.3

License

MIT

Last publish

Collaborators

  • midday