Skip to content

discussions Search Results · user:sindresorhus language:swift archived:false is:public language:Swift language:HTML

265 results  (135 ms)

265 results

insindresorhus (press backspace or delete to remove)
Some qualifiers in your query (language, archived) are not supported when searching discussions. Try searching for repositories instead?

What would you like to discuss? Hello 👋 I d like to ask if the Benchmarks are up to date mainly because we are considering changing node-fetch in favor of got at my company, but we gotta know if the ...

What would you like to discuss? hey so I wanted to see if anyone using got has figured out a solution to have the response be typed from an openapi doc? ... Checklist - [x] I have read the documentation. ...

Hi there, i am having a problem, that i cannot query data from a server due to this problem: https://github.com/nodejs/node/issues/45378#issuecomment-1386569402 i guess i need to pass secureoptions to ...

Hi. I get problem with streaming music radio. Get error: audioplayererror [requesterror]: socket hang up got function startMusicRadio() { ... code ... const player = createAudioPlayer(); const stream ...

I recently ran some stats on one of our servers (kygisserver.ky.gov/arcgis) and I noticed that got (https://github.com/sindresorhus/got) was 7th on our browser list. I have never noticed before and was ...

I m using got to perform some endpoint calls between my APIs and would like to know how can I handle when an endpoint fails to fetch. Currently, if I simulate a call with an invalid endpoint, got crashes ...

I was trying to fetch a file from a remote URL and upload it to a different url without saving it to the disk first. That wasn t working and i was getting a RequestError. I did some poking around and noticed ...

const options = { method: method, searchParams: merged, timeout: 6000, responseType: json , resolveBodyOnly: true, json: null, }; if (method === POST || method ...

Hi there, i m looking for a way to inspect response headers before the response body is downloaded. Was looking around documentation, examples and the code, bu was unable to find anything. any help highly ...

For example(taken from hooman): const instance = got.extend({ cookieJar, retry: { limit: 2, statusCodes: [408, 413, 429, 500, 502, 504, 521, 522, 524], }, cloudflareRetry: 5, notFoundRetry: ...