Cuerdo.Arazzo.Context.APICalls (cuerdo v0.6.1)

Copy Markdown

The request and response of each step

Summary

Types

t()

@type t() :: %Cuerdo.Arazzo.Context.APICalls{
  path: [String.t()],
  request: Req.Request.t(),
  response: Req.Response.t(),
  time_ms: non_neg_integer()
}