2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

Adding README to modules

This commit is contained in:
Matt Zabriskie
2016-06-01 13:16:16 -06:00
parent 4d1269cb4a
commit eea790b8de
3 changed files with 52 additions and 0 deletions
+7
View File
@@ -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