all repos — litestore @ 5a48e53f614a221879b2305427076e38a269e8f0

A minimalist nosql document store.

src/litestorepkg/examples/system/middleware/req.js

 1
 2
 3
 4
(function(){
    $res.content = $req;
    return true;
}())