Preparing search index...
The search index is not available
@google/genai
@google/genai
types
ReplayRequest
Interface ReplayRequest
Represents a single request in a replay.
interface
ReplayRequest
{
bodySegments
?:
Record
<
string
,
unknown
>
[]
;
headers
?:
Record
<
string
,
string
>
;
method
?:
string
;
url
?:
string
;
}
Index
Properties
body
Segments?
headers?
method?
url?
Properties
Optional
body
Segments
bodySegments
?:
Record
<
string
,
unknown
>
[]
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
method
method
?:
string
Optional
url
url
?:
string
Settings
Theme
OS
Light
Dark
On This Page
Properties
body
Segments
headers
method
url
@google/genai
Loading...
Represents a single request in a replay.