Module: LoadRunner::ServerHelper

Included in:
Server
Defined in:
lib/load_runner/server_helper.rb

Instance Method Summary collapse

Instance Method Details

#halt_messagesObject



3
4
5
6
7
8
9
# File 'lib/load_runner/server_helper.rb', line 3

def halt_messages
  {
    no_client: "Client did not send a signature",
    no_server: "Server secret token is not configured",
    mismatch: "Signature mismatch"
  }
end