From 2f7be51ae82ff608606d19561f23c3e715410056 Mon Sep 17 00:00:00 2001 From: Nick Uraltsev Date: Mon, 10 Oct 2016 18:04:17 -0700 Subject: [PATCH] Updating README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c325338..3aa0132 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Promise based HTTP client for the browser and node.js - Supports the [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) API - Intercept request and response - Transform request and response data +- Cancel requests - Automatic transforms for JSON data - Client side support for protecting against [XSRF](http://en.wikipedia.org/wiki/Cross-site_request_forgery)