~ziad-sawalha/keystone/trunk

« back to all changes in this revision

Viewing changes to examples/echo/echo/samples/echo.json

  • Committer: Ziad Sawalha
  • Date: 2011-05-26 01:24:05 UTC
  • mfrom: (87.5.8)
  • Revision ID: git-v1:b0d12a558f590a501a42afd1283148961563920e
Merge pull request 53

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "echo" : {
 
3
        "method" : "GET",
 
4
        "pathInfo" : "/bla/bla",
 
5
        "queryString" : "hello",
 
6
        "content" : {
 
7
            "type" : "application/xml",
 
8
            "value" : "        This is some content.    " 
 
9
        }
 
10
    }
 
11
}