You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defined in: [src/BinaryFileResponse.ts:13](https://github.com/stonemjs/http-core/blob/680e946aeb5100b42b4836417719aba730586478/src/BinaryFileResponse.ts#L13)
9
+
Defined in: [src/BinaryFileResponse.ts:14](https://github.com/stonemjs/http-core/blob/424f80742be298e137f118c0e2e80266a8a78f3c/src/BinaryFileResponse.ts#L14)
10
10
11
11
Options for creating a BinaryFile HTTP Response.
12
12
@@ -24,39 +24,39 @@ Options for creating a BinaryFile HTTP Response.
24
24
25
25
> `optional`**autoEtag**: `boolean`
26
26
27
-
Defined in: [src/BinaryFileResponse.ts:14](https://github.com/stonemjs/http-core/blob/680e946aeb5100b42b4836417719aba730586478/src/BinaryFileResponse.ts#L14)
27
+
Defined in: [src/BinaryFileResponse.ts:15](https://github.com/stonemjs/http-core/blob/424f80742be298e137f118c0e2e80266a8a78f3c/src/BinaryFileResponse.ts#L15)
28
28
29
29
***
30
30
31
31
### autoLastModified?
32
32
33
33
> `optional`**autoLastModified**: `boolean`
34
34
35
-
Defined in: [src/BinaryFileResponse.ts:16](https://github.com/stonemjs/http-core/blob/680e946aeb5100b42b4836417719aba730586478/src/BinaryFileResponse.ts#L16)
35
+
Defined in: [src/BinaryFileResponse.ts:17](https://github.com/stonemjs/http-core/blob/424f80742be298e137f118c0e2e80266a8a78f3c/src/BinaryFileResponse.ts#L17)
36
36
37
37
***
38
38
39
39
### contentDispositionType?
40
40
41
41
> `optional`**contentDispositionType**: `string`
42
42
43
-
Defined in: [src/BinaryFileResponse.ts:17](https://github.com/stonemjs/http-core/blob/680e946aeb5100b42b4836417719aba730586478/src/BinaryFileResponse.ts#L17)
43
+
Defined in: [src/BinaryFileResponse.ts:18](https://github.com/stonemjs/http-core/blob/424f80742be298e137f118c0e2e80266a8a78f3c/src/BinaryFileResponse.ts#L18)
Defined in: [src/BinaryFileResponse.ts:15](https://github.com/stonemjs/http-core/blob/680e946aeb5100b42b4836417719aba730586478/src/BinaryFileResponse.ts#L15)
51
+
Defined in: [src/BinaryFileResponse.ts:16](https://github.com/stonemjs/http-core/blob/424f80742be298e137f118c0e2e80266a8a78f3c/src/BinaryFileResponse.ts#L16)
Defined in: [src/OutgoingHttpResponse.ts:21](https://github.com/stonemjs/http-core/blob/680e946aeb5100b42b4836417719aba730586478/src/OutgoingHttpResponse.ts#L21)
59
+
Defined in: [src/OutgoingHttpResponse.ts:22](https://github.com/stonemjs/http-core/blob/424f80742be298e137f118c0e2e80266a8a78f3c/src/OutgoingHttpResponse.ts#L22)
Defined in: [src/HttpErrorHandler.ts:17](https://github.com/stonemjs/http-core/blob/680e946aeb5100b42b4836417719aba730586478/src/HttpErrorHandler.ts#L17)
9
+
Defined in: [src/HttpErrorHandler.ts:17](https://github.com/stonemjs/http-core/blob/424f80742be298e137f118c0e2e80266a8a78f3c/src/HttpErrorHandler.ts#L17)
10
10
11
-
Class representing an BrowserErrorHandler.
11
+
Class representing an HttpErrorHandler.
12
12
13
13
## Implements
14
14
@@ -20,17 +20,17 @@ Class representing an BrowserErrorHandler.
Defined in: [src/HttpErrorHandler.ts:25](https://github.com/stonemjs/http-core/blob/680e946aeb5100b42b4836417719aba730586478/src/HttpErrorHandler.ts#L25)
23
+
Defined in: [src/HttpErrorHandler.ts:25](https://github.com/stonemjs/http-core/blob/424f80742be298e137f118c0e2e80266a8a78f3c/src/HttpErrorHandler.ts#L25)
Defined in: [src/HttpErrorHandler.ts:40](https://github.com/stonemjs/http-core/blob/680e946aeb5100b42b4836417719aba730586478/src/HttpErrorHandler.ts#L40)
45
+
Defined in: [src/HttpErrorHandler.ts:40](https://github.com/stonemjs/http-core/blob/424f80742be298e137f118c0e2e80266a8a78f3c/src/HttpErrorHandler.ts#L40)
Defined in: [src/HttpErrorHandler.ts:10](https://github.com/stonemjs/http-core/blob/680e946aeb5100b42b4836417719aba730586478/src/HttpErrorHandler.ts#L10)
9
+
Defined in: [src/HttpErrorHandler.ts:10](https://github.com/stonemjs/http-core/blob/424f80742be298e137f118c0e2e80266a8a78f3c/src/HttpErrorHandler.ts#L10)
10
10
11
-
BrowserErrorHandler options.
11
+
HttpErrorHandler options.
12
12
13
13
## Properties
14
14
15
15
### logger
16
16
17
17
> **logger**: `ILogger`
18
18
19
-
Defined in: [src/HttpErrorHandler.ts:11](https://github.com/stonemjs/http-core/blob/680e946aeb5100b42b4836417719aba730586478/src/HttpErrorHandler.ts#L11)
19
+
Defined in: [src/HttpErrorHandler.ts:11](https://github.com/stonemjs/http-core/blob/424f80742be298e137f118c0e2e80266a8a78f3c/src/HttpErrorHandler.ts#L11)
0 commit comments