method

served_url

v6.1.7.7 - Show latest stable - Class: Rails::Server
served_url()
public

No documentation available.

# File railties/lib/rails/commands/server/server_command.rb, line 59
    def served_url
      "#{options[:SSLEnable] ? 'https' : 'http'}://#{options[:Host]}:#{options[:Port]}" unless use_puma?
    end