{"_id":"fire-http","_rev":"5-cc87b828a5f2bb2f7775973a391f2e82","name":"fire-http","description":"HTTP expressions for fire.js","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"fire-http","description":"HTTP expressions for fire.js","version":"0.1.0","author":{"name":"Firebase.co","email":"npm@firebase.co","url":"http://www.firebase.co"},"main":"./index.js","homepage":"http://firejs.firebase.co","repository":{"type":"git","url":"git://github.com/firejs/fire-http.git"},"bugs":{"email":"firejs@firebase.co","url":"https://github.com/firejs/fire-http/issues"},"keywords":["HTTP","request","ignitable"],"dependencies":{"request":">= 2.2.0","fire":">= 0.1.0"},"devDependencies":{"vows":">= 0.5.11"},"engines":{"node":">= 0.4.5"},"licenses":[{"type":"MIT","url":"https://github.com/firejs/fire-http/blob/master/LICENSE"}],"scripts":{"test":"make"},"_npmUser":{"name":"firebaseco","email":"npm@firebase.co"},"_id":"fire-http@0.1.0","_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.5.10","_defaultsLoaded":true,"dist":{"shasum":"1d9e6059596559125d6de1bb73823b3a9ba7ef13","tarball":"https://registry.npmjs.org/fire-http/-/fire-http-0.1.0.tgz","integrity":"sha512-Q1+4AOgjl8Kug3DMwbRUtWp9oNKE6pvJ6eow4ZlVRaVYUgcHhvPZytRJS1u+CE4qwCQS86O1YokKcczyKQfEvA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDO2YLfkQGrIOjWBFREvgAjGXg95IUYKylBMmLGWToPdgIgIAwDTLIVLHdmy7wJlGEqPeNbZIW4ifa7RfdNYRfwWas="}]},"maintainers":[{"name":"firebaseco","email":"npm@firebase.co"}]}},"readme":"#fire-http\n[![Build Status](https://secure.travis-ci.org/firejs/fire-http.png)](http://travis-ci.org/firejs/fire-http)\n\nHttp expressions for [fire.js](https://github.com/firejs/fire)\n***\n\n## Installing\n\n### using NPM\n\n    npm install fire-http\n\n## Expressions\n\n* @Http\n* @Http.Headers.Authorization\n\n## Usage\n\n`Sending a GET`\n\n    \"@Http(GET)\": {\n\t\t\"uri\": \"http://127.0.0.1:3600/\"\n\t}\n\nor with dynamic method:\n\n    \"@Http\": {\n\t\t\"method\": \"GET\",\n\t\t\"uri\": \"http://127.0.0.1:3600/\"\n\t}\n\n`Sending a POST with Body`\n\n    \"@Http(POST)\": {\n\t\turi: \"http://127.0.0.1:3603/\",\n\t\tbody: \"Content of the Body\"\n    }\n\n`Headers`\n\n    \"@Http(GET)\": {\n\t\turi: \"http://127.0.0.1:3604/\",\n\t\theaders: {\n\t\t\t\"CustomHeader\": \"Stuff\"\n\t\t}\n    }\n\n`Basic Authorization`\n\n\t\"@Http(GET)\": {\n\t\turi: \"http://127.0.0.1:3604/\",\n\t\theaders: {\n\t\t\t\"Authorization\": {\n\t\t\t\t\"@Http.Headers.Authorization(Basic)\": {\n\t\t\t\t\t\"user\": \"Chuck\",\n\t\t\t\t\t\"password\": \"SuperChuck\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n    }\n    \n\nor \n\n    \"@Http(GET)\": {\n\t\turi: \"http://127.0.0.1:3604/\",\n\t\theaders: {\n\t\t\t\"Authorization\": {\n\t\t\t\t\"@Http.Headers.Authorization\": {\n\t\t\t\t\t\"scheme\": \"Basic\",\n\t\t\t\t\t\"user\": \"Chuck\",\n\t\t\t\t\t\"password\": \"SuperChuck\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n## Cloning the Repository\n\n    git clone git://github.com/firejs/fire-http.git\n\n### Tests\n\n    make run-tests\n\n### Contributors\n\n* Johan (author). Email: *johan@firebase.co*\n\n## MIT License\n\nCopyright (c) 2011 Firebase.co - http://www.firebase.co\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.","maintainers":[{"name":"firebaseco","email":"npm@firebase.co"}],"time":{"modified":"2022-06-18T01:01:09.214Z","created":"2011-11-22T11:17:34.631Z","0.1.0":"2011-11-22T11:17:36.508Z"},"author":{"name":"Firebase.co","email":"npm@firebase.co","url":"http://www.firebase.co"},"repository":{"type":"git","url":"git://github.com/firejs/fire-http.git"}}