[6a3a178] | 1 | # HTTP Deceiver
|
---|
| 2 |
|
---|
| 3 | [![Build Status](https://secure.travis-ci.org/indutny/http-deceiver.png)](http://travis-ci.org/indutny/http-deceiver)
|
---|
| 4 | [![NPM version](https://badge.fury.io/js/http-deceiver.svg)](http://badge.fury.io/js/http-deceiver)
|
---|
| 5 |
|
---|
| 6 | Deceive!
|
---|
| 7 |
|
---|
| 8 | ## LICENSE
|
---|
| 9 |
|
---|
| 10 | This software is licensed under the MIT License.
|
---|
| 11 |
|
---|
| 12 | Copyright Fedor Indutny, 2015.
|
---|
| 13 |
|
---|
| 14 | Permission is hereby granted, free of charge, to any person obtaining a
|
---|
| 15 | copy of this software and associated documentation files (the
|
---|
| 16 | "Software"), to deal in the Software without restriction, including
|
---|
| 17 | without limitation the rights to use, copy, modify, merge, publish,
|
---|
| 18 | distribute, sublicense, and/or sell copies of the Software, and to permit
|
---|
| 19 | persons to whom the Software is furnished to do so, subject to the
|
---|
| 20 | following conditions:
|
---|
| 21 |
|
---|
| 22 | The above copyright notice and this permission notice shall be included
|
---|
| 23 | in all copies or substantial portions of the Software.
|
---|
| 24 |
|
---|
| 25 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
---|
| 26 | OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
---|
| 27 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
|
---|
| 28 | NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
---|
| 29 | DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
---|
| 30 | OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
---|
| 31 | USE OR OTHER DEALINGS IN THE SOFTWARE.
|
---|