module Loadrunner::ServerHelper
Public Instance Methods
halt_messages()
click to toggle source
# File lib/loadrunner/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