all repos — litestore @ a0412b086f4910fc27490469c367c6acf90c4b9f

A minimalist nosql document store.

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

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