Skip to content

discussions Search Results · user:sindresorhus language:swift archived:false is:public language:Rust language:C language:Rust

265 results  (176 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?

Is that possible to cache post requests on a GRAPHQL endpoint? Could help me with some ideas to accomplish this? I already tried to use the got cache mechanism with redis but by now, without success. ...

What would you like to discuss? ... Checklist - [ ] I have read the documentation.

Hi All, We are using Node v17.9.0. We have a function using GOT streams to copy file to a server. We have set 1. rejectUnauthorized : false 2. NODE_TLS_REJECT_UNAUTHORIZED=0 3. minVersion : TLSv1.2 ...

I am using got-scraping 4.0.2 (base on got 13.0.0). When I set http2: false and check the value of got.defaults.options.agent.http/https, by default, the keepAlive values are set to false. I tried extend() ...

The module uses dns.lookup for dns requests. While dns.lookup uses OS-level caches, it is based on synchronous gethostbyname call and can be a problem (https://nodejs.org/api/dns.html#implementation-considerations). ...

We have a 1000ms timeout on socket and then these... send: 10000, response: 10000 I am struggling to properly understand what the socket step means. ...socket starts when the socket is connected. See ...

Can we use got in cloudflare worker?I found some error in the dev mode.

Is there a way to subscribe on event: the request is sent ?

We are trying to migrate from Axios. For development environment, we used to set NODE_TLS_REJECT_UNAUTHORIZED= 0 for self signed certificates. But this is not working for GOT. As a workaround on local ...

Is this a bug? There will be errors in VSCode, but no errors will be detected by running deno lint . await fetch(actionUrl, { method, body, // no error headers: { referer: contactUrl.toString(), ...