1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
| {
_id: ObjectId('4f442120eb03305789000000'),
host: "127.0.0.1",
logname: null,
user: 'frank',
time: ISODate("2000-10-10T20:55:36Z"),
path: "/apache_pb.gif",
request: "GET /apache_pb.gif HTTP/1.0",
method: "GET",
status: 200,
response_size: 2326,
referrer: "[http://www.example.com/start.html](http://www.example.com/start.html)",
user_agent: "Mozilla/4.08 [en] (Win98; I ;Nav)",
headers : {
accept : "image/webp,*/*;q=0.8",
accept-encoding: "gzip,deflate,sdch",
accept-language:"fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4"
},
cookies: {
PREF: "123",
etc: "..."
}
} |
Partager