Skip to content

tweeio/twee-http-parser-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

twee-http-parser-extension

Twee.io Logo

Gitter npm npm

HTTP parser extension for Twee.io Framework - MVC Framework for Node.js and io.js based on Express.js

To install it use this command:

npm install twee-http-parser-extension --save

Editing package.json of your application:

"dependencies": {
    "twee-http-parser-extension": "*"
}

Turning extension ON in application/configs/twee.js:

module.exports = {
    "extensions": {
        "HTTP Parser": {
            "module": "twee-http-parser-extension"
        }
    }
};

About

HTTP parser extension for Twee.io Framework - MVC Framework for Node.js and io.js based on Express.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published