simple-http

0.0.23 • Public • Published

NPM

Build Status Coverage Status Dependency status [Dev Dependency Status] dev-dependency-url Codacy Badge Npm Downloads License Badge Github issues

Motivation for this Project

The jQuery.ajax() interface for sending HTTP requests over the wire is really nice. Writing JavaScript modules for use in the client and the server is really nice. But, ajax in the client relies on the XMLHttpRequest object, which isn't implemented in node.js, and ajax in node.js relies on the ClientRequest Interface, which isn't implemented in the major browsers.

Happily, the browserify project provides client-side implementations of the node.js http and https modules. :) The goal of this project is to provide a jQuery.ajax()-esque interface to those modules.

API

For now, this project has no API; it does nothing. ( I'm focusing on getting a nice, test-driven development process for the project setup first. )

For a description of what the API will look like, refer to the jQuery.ajax() documentation here.

The MIT License (MIT)

Copyright (c) 2014 Luke Mizuhashi

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Package Sidebar

Install

npm i simple-http

Weekly Downloads

0

Version

0.0.23

License

MIT

Last publish

Collaborators

  • water.bridge.down