express4x-bootstrap-form-data

0.0.3 • Public • Published

express4x-bootstrap-form-data

connect role-based access control

Installation

Install express4x-bootstrap-form-data as a devDependency in your package.json:

npm install express4x-bootstrap-form-data --save
Node Packaged Modules (https://www.npmjs.org/package/express4x-bootstrap-form-data)

Usage

var express
express = require('express');
app = express();
require('express4x-bootstrap-form-data').use(app, {});
  Method    Scope         Semantics
  ✓ GET       collection    Retrieve all resources in a collection
  ✓ GET       resource      Retrieve a single resource
  ✓ HEAD      collection    Retrieve all resources in a collection (header only)
  ✓ HEAD      resource      Retrieve a single resource (header only)
  ✓ POST      collection    Create a new resource in a collection
  ✓ PUT       resource      Update a resource
  ✓ PATCH     resource      Update a resource
  ✓ DELETE    resource      Delete a resource
  ✓ COPY      resource      Clone/Copy of an existing resource.
  ✓ PURGE     resource      pick out an object from the cache and discard
  ✓ TRACE     resource      TRACE allows the client to see testing or diagnostic information.
  ✓ OPTIONS   any Return available HTTP methods and other options
  ✓ LOCK
  ✓ MKCOL
  ✓ MOVE
  ✓ PROFIND
  ✓ PROPATCH
  ✓ UNLOCK
  ✓ REPORT
  ✓ MKACTIVITY
  ✓ CHECKOUT
  ✓ MERGE
  ✓ M-Search
  ✓ NOTIFY
  ✓ SUBSCRIBE
  ✓ UNSUBSCRIBE
  ✓ Search

Authors

License

(The MIT License)

Copyright (c) 2014 Carlos Marte <opensource@carlosmarte.me>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

This file was generated on November 8 2014.

/express4x-bootstrap-form-data/

    Package Sidebar

    Install

    npm i express4x-bootstrap-form-data

    Weekly Downloads

    7

    Version

    0.0.3

    License

    ISC

    Last publish

    Collaborators

    • thinkeloquent2