itd-api / RequestContext
Interface: RequestContext
Defined in: types/options.ts:105
Данные о запросе, доступные хукам.
Extended by
Properties
attempt
ts
attempt: number;Defined in: types/options.ts:113
Номер попытки, начиная с 1.
headers
ts
headers: Headers;Defined in: types/options.ts:111
method
ts
method: string;Defined in: types/options.ts:106
path
ts
path: string;Defined in: types/options.ts:108
Путь без базового URL, например /api/posts.
url
ts
url: string;Defined in: types/options.ts:110
Итоговый URL со строкой запроса.