export interface iDispatchRequest { url: string; userAgent: string; headers: Headers; body: Body; }