Skip to content

feat(http-request): add hooks, maxResponseSize, rawResponse, enriched errors #1182

feat(http-request): add hooks, maxResponseSize, rawResponse, enriched errors

feat(http-request): add hooks, maxResponseSize, rawResponse, enriched errors #1182

Triggered via pull request April 4, 2026 02:46
Status Failure
Total duration 2m 1s
Artifacts

ci.yml

on: pull_request
Matrix: Run CI Pipeline / 🧪 Test Matrix
Run CI Pipeline  /  🧹 Lint Check
17s
Run CI Pipeline / 🧹 Lint Check
Run CI Pipeline  /  🔍 Type Check
19s
Run CI Pipeline / 🔍 Type Check
Test (Isolated)
0s
Test (Isolated)
Fit to window
Zoom out
Zoom in

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.