Lines Matching defs:opts
21 function requestAsEventEmitter(opts) { argument
30 const get = opts => { argument
89 function asPromise(opts) { argument
138 function asStream(opts) { argument
195 function normalizeArguments(url, opts) { argument
300 function got(url, opts) { argument
321 got.stream = (url, opts) => asStream(normalizeArguments(url, opts)); argument
327 function stdError(error, opts) { argument
343 got.ParseError = createErrorClass('ParseError', function (e, statusCode, opts, data) { argument
350 got.HTTPError = createErrorClass('HTTPError', function (statusCode, opts) { argument
357 got.MaxRedirectsError = createErrorClass('MaxRedirectsError', function (statusCode, opts) { argument