method

served_url

v8.1.1 - Show latest stable - Class: Rails::Server
served_url()
public

No documentation available.

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