Is API Action on NodeJS using HTTP/2 or Keep-Alive?

Is API Action on Server Action on NodeJS using HTTP/2 or Keep-Alive to allow performing several successive requests (e.g.: inside a Repeat step) with minimal performance penalty/to avoid successive closing-and-opening TCP connections when contacting external services/APIs?

1 Like