2.0.3 • Published 8 years ago

express-ssi v2.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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="" -->
<!--#include file="" -->

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

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago