class Puma::DSL

def first_data_timeout(seconds)

Other tags:
    See: Puma::Server.new -
def first_data_timeout(seconds)
  @options[:first_data_timeout] = Integer(seconds)
end