github sindresorhus/got v11.1.2

latest releases: v14.2.1, v14.2.0, v14.1.0...
3 years ago

Bug fixes

  • Disable options.dnsCache by default 79507c2

This should stay disabled when making requests to internal hostnames such as localhost, database.local etc.
CacheableLookup uses dns.resolver4(..) and dns.resolver6(...) under the hood and fall backs to dns.lookup(...) when the first two fail, which may lead to additional delay.

Enhancements

Don't miss a new got release

NewReleases is sending notifications on new releases.