v2_Message_Schema System - Glimpse/Glimpse GitHub Wiki
Client Agent - Post API
Client Portal - Get API
Payloads that the client expects to be able to receive on request or get pushed.
Core
Request Summary
{
uri: 'http://localhost/Home/Index',
statusCode: 200,
method: 'GET',
issued: '2013-04-10T20:09:31Z',
contentType: 'text/html',
duration: 1254.12 // Should this be here
}
Request Detail
{
headers: {
request: [{...}, {...}],
response: [{...}, {...}]
}
}