aboutsummaryrefslogtreecommitdiff
path: root/node_modules/axios/lib/helpers/README.md
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-08-27 04:19:34 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-08-27 04:19:34 +0200
commit665e88c72b568bf25ff0ec8a14109e2504f99aa8 (patch)
treec380e91e40efa8a47dea9ff833415f17e273d106 /node_modules/axios/lib/helpers/README.md
parent24181bdf20e0d23ec5ec5d2eaa08ae1cfb905f0f (diff)
node_modules
Diffstat (limited to 'node_modules/axios/lib/helpers/README.md')
-rw-r--r--node_modules/axios/lib/helpers/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/node_modules/axios/lib/helpers/README.md b/node_modules/axios/lib/helpers/README.md
new file mode 100644
index 000000000..4ae34193a
--- /dev/null
+++ b/node_modules/axios/lib/helpers/README.md
@@ -0,0 +1,7 @@
+# axios // helpers
+
+The modules found in `helpers/` should be generic modules that are _not_ specific to the domain logic of axios. These modules could theoretically be published to npm on their own and consumed by other modules or apps. Some examples of generic modules are things like:
+
+- Browser polyfills
+- Managing cookies
+- Parsing HTTP headers