DiscofyAPI/node_modules/got/source/known-hook-events.js

11 lines
132 B
JavaScript
Raw Normal View History

2021-03-25 17:23:36 +01:00
'use strict';
module.exports = [
'beforeError',
'init',
'beforeRequest',
'beforeRedirect',
'beforeRetry',
'afterResponse'
];