Kameleoon. Events. HttpRequestSucceeded
(kameleoon_client v0.9.1)
Copy Markdown
An SDK HTTP request attempt which completed successfully.
Delivered to the handler registered with
Kameleoon.Client.set_event_handler(client, :http_request, handler), once per actual attempt.
Summary
Types
@type t() :: %Kameleoon.Events.HttpRequestSucceeded{ duration_ms: non_neg_integer(), http_status: non_neg_integer(), request_type: Kameleoon.Events.RequestType.t() }