feat(http-request): add hooks, maxResponseSize, rawResponse, enriched errors #1182
ci.yml
on: pull_request
Matrix: Run CI Pipeline / 🧪 Test Matrix
Run CI Pipeline
/
🧹 Lint Check
17s
Run CI Pipeline
/
🔍 Type Check
19s
Test (Isolated)
0s
Annotations
10 errors
|
typescript-eslint(array-type):
test/unit/http-request.test.mts#L1949
Array type using 'Array<HttpHookResponseInfo>' is forbidden for simple types. Use 'HttpHookResponseInfo[]' instead.
|
|
typescript-eslint(array-type):
test/unit/http-request.test.mts#L1942
Array type using 'Array<HttpHookResponseInfo>' is forbidden for simple types. Use 'HttpHookResponseInfo[]' instead.
|
|
typescript-eslint(array-type):
test/unit/http-request.test.mts#L1925
Array type using 'Array<HttpHookRequestInfo>' is forbidden for simple types. Use 'HttpHookRequestInfo[]' instead.
|
|
typescript-eslint(array-type):
test/unit/http-request.test.mts#L1909
Array type using 'Array<HttpHookResponseInfo>' is forbidden for simple types. Use 'HttpHookResponseInfo[]' instead.
|
|
typescript-eslint(array-type):
test/unit/http-request.test.mts#L1908
Array type using 'Array<HttpHookRequestInfo>' is forbidden for simple types. Use 'HttpHookRequestInfo[]' instead.
|
|
typescript-eslint(array-type):
test/unit/http-request.test.mts#L1870
Array type using 'Array<HttpHookResponseInfo>' is forbidden for simple types. Use 'HttpHookResponseInfo[]' instead.
|
|
typescript-eslint(array-type):
test/unit/http-request.test.mts#L1869
Array type using 'Array<HttpHookRequestInfo>' is forbidden for simple types. Use 'HttpHookRequestInfo[]' instead.
|
|
typescript-eslint(array-type):
test/unit/http-request.test.mts#L1857
Array type using 'Array<HttpHookResponseInfo>' is forbidden for simple types. Use 'HttpHookResponseInfo[]' instead.
|
|
typescript-eslint(array-type):
test/unit/http-request.test.mts#L1838
Array type using 'Array<HttpHookResponseInfo>' is forbidden for simple types. Use 'HttpHookResponseInfo[]' instead.
|
|
typescript-eslint(array-type):
test/unit/http-request.test.mts#L1822
Array type using 'Array<HttpHookRequestInfo>' is forbidden for simple types. Use 'HttpHookRequestInfo[]' instead.
|