Values.InspectionDataRequestSourceContains additional details about the state's execution, including its input and output data processing flow, and HTTP request information.
type nonrec t = {protocol : HTTPProtocol.t option;The protocol used to make the HTTP request.
*)method_ : HTTPMethod.t option;The HTTP method used for the HTTP request.
*)url : URL.t option;The API endpoint used for the HTTP request.
*)headers : HTTPHeaders.t option;The request headers associated with the HTTP request.
*)body : HTTPBody.t option;The request body for the HTTP request.
*)}