Function ServerinoConfig.setHttpTimeout

Sets the maximum duration the socket will wait for a request after the connection.

ref ServerinoConfig setHttpTimeout (
  core.time.Duration dur = dur(10L)
) return @safe;