inputData.json 578 Bytes
Newer Older
powelld's avatar
powelld committed
{
    "contexts" : 
    [
        "Header",
        "Content"
    ],
    "middleboxes" : 
    [
        {
            "url" : "127.0.0.1:8423",
            "readAccess": [0,1],
            "writeAccess": [0,1]
        }
    ],
    "slicedData" : [
        { 
            "slice" : 0,
            "data" : "This is slice 0 data from the client, which the middlebox can see and modify"
        },
        { 
            "slice" : 1,
            "data" : "This is slice 1 data from the client, which the middlebox can see but not modify"
        }
    ]
}