Skip to content

Commit

Permalink
Correct available fields for request_begin
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Feb 11, 2020
1 parent c1520fb commit 69e19fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Invoked when an HTTP request starts. Receives `RequestBeginEvent` with the
following properties:

- `method`: HTTP method. (`Symbol`)
- `num_retries`: The number of retries. (`Integer`)
- `path`: Request path. (`String`)
- `user_data`: A hash on which users can set arbitrary data, and which will be
passed through to `request_end` invocations. This could be used, for example,
to assign unique IDs to each request, and it'd work even if many requests are
Expand Down

0 comments on commit 69e19fa

Please sign in to comment.