diff --git a/locust/events.py b/locust/events.py index f8479ee06c..efbea0399e 100644 --- a/locust/events.py +++ b/locust/events.py @@ -44,6 +44,7 @@ def fire(self, *args, **kwargs): Event is fired with the following arguments: +* *method*: HTTP Request method used * *path*: Path to the URL that was called (or override name if it was used in the call to the client) * *response_time*: Time in milliseconds until exception was thrown * *exception*: Exception instance that was thrown