Skip to content

Instantly share code, notes, and snippets.

@ian-kent
Created September 22, 2014 06:21
Show Gist options
  • Save ian-kent/db842bad0a373448911e to your computer and use it in GitHub Desktop.
Save ian-kent/db842bad0a373448911e to your computer and use it in GitHub Desktop.
Composure demo spec
{
"/": {
"Methods": [ "GET" ],
"Template": {
"Type": "URL",
"Request": [ "https://gist.githubusercontent.com/ian-kent/ead9f381a2ff2463d9ef/raw/ce1a2e033ccf8e4804ba40fdd1412055ad0b95de/index.html" ]
},
"Postflight": {
"Type": "URL",
"Response": [{
"Headers": {
"$SET": {
"Server": "Composure"
}
}
}]
},
"Components": {
"Content": {
"Type": "URL",
"Request": [ "https://gist.githubusercontent.com/ian-kent/e1fc91a9e7263c0ba6aa/raw/605db6286b57c0bc926211d960be6aa907df43d8/composure.html" ]
},
"Navbar": {
"Type": "Composition",
"Name": "Navbar"
}
}
},
"Navbar": {
"Template": {
"Type": "URL",
"Request": [ "https://gist.githubusercontent.com/ian-kent/2126c4ddf82bb372be5f/raw/41e86eb2fdac1fd73e61364906595158cc0c7032/navbar.html" ]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment