Correct available fields for request_begin

This commit is contained in:
Brandur 2020-02-11 13:42:17 -08:00
parent c1520fb208
commit 69e19fa6bd

View File

@ -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