Skip to content 

IRequest Interface

Packages > @fluidframework/core-interfaces > IRequest

Signature:

export interface IRequest 

Properties

List of properties of this interface
Property Type Description
headers IRequestHeader
url string

Events

headers

Signature:

headers?: IRequestHeader;

url

Signature:

url: string;