One or more supported getaddrinfo flags. Multiple flags may be passed by bitwise ORing their values.
interface
http.ClientRequestArgs
interface ClientRequestArgs
- createConnection?: (options: ClientRequestArgs, oncreate: (err: null | Error, socket: Duplex) => void) => undefined | null | Duplex
- hints?: number