class HttpParser::Instance

def keep_alive?

Other tags:
    See: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.10 -

Returns:
  • (Boolean) -
def keep_alive?
    ::HttpParser.http_should_keep_alive(self) > 0
end