UNPKG
ceph-agent
Version:
latest (0.6.0)
0.6.0
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.0
0.2.0
0.1.1
0.0.4
0.0.3
0.0.2
0.0.1
Simple UI for Ceph storage
github.com/YounGoat/nodejs.ceph-agent
YounGoat/nodejs.ceph-agent
ceph-agent
/
class
/
Sandy.js
18 lines
(12 loc)
•
275 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
'use strict'
;
const
MODULE_REQUIRE
=
1
/* built-in */
/* NPM */
/* in-package */
;
function
Sandy
(
) { }
Sandy
.
prototype
.
log
=
function
(
request, response
) {
console
.
log
(
new
Date
(), response.
statusCode
, request.
url
); };
module
.
exports
=
Sandy
;