In HTTP/1.1, all connections are considered persistent unless declared otherwise[1]. The HTTP/1.1 persistent connections do not use separate keepalive messages in the header, they just allow multiple requests to use a single connection. You can specify the timeout value for the persistent connections in your HTTP server configuration file. Visit this
case for configuration example for Nginx HTTP server.