summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/got/source/known-hook-events.js
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/got/source/known-hook-events.js')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/got/source/known-hook-events.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/got/source/known-hook-events.js b/bin/wiki/ImportarDesdeURL/node_modules/got/source/known-hook-events.js
new file mode 100644
index 00000000..cd245e12
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/got/source/known-hook-events.js
@@ -0,0 +1,10 @@
+'use strict';
+
+module.exports = [
+ 'beforeError',
+ 'init',
+ 'beforeRequest',
+ 'beforeRedirect',
+ 'beforeRetry',
+ 'afterResponse'
+];