Lines Matching refs:get
52 * @param {Parameters<import('https').get>[0]} input - The URI to fetch.
53 * @param {Parameters<import('https').get>[1]} options - See https.get() options.
60 return https.get(input, {
71 * @param {Parameters<import('http').get>[0]} input - The URI to fetch.
72 * @param {Parameters<import('http').get>[1]} options - See http.get() options.
79 return http.get(input, {
142 const existing = cacheForGET.get(parsed.href);
267 const existing = cacheForGET.get(href);