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
Copy file name to clipboardExpand all lines: docs/BinaryFileResponse/interfaces/BinaryFileResponseOptions.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
# Interface: BinaryFileResponseOptions
8
8
9
-
Defined in: [src/BinaryFileResponse.ts:12](https://github.com/stonemjs/http-core/blob/6577700bdede2420a5df45a338635c35547070ea/src/BinaryFileResponse.ts#L12)
9
+
Defined in: [src/BinaryFileResponse.ts:12](https://github.com/stonemjs/http-core/blob/0d369869add0f1630e9b5b2cd1421e57ee8d3865/src/BinaryFileResponse.ts#L12)
10
10
11
11
Options for creating a BinaryFile HTTP Response.
12
12
@@ -24,47 +24,47 @@ Options for creating a BinaryFile HTTP Response.
24
24
25
25
> `optional`**autoEncoding**: `boolean`
26
26
27
-
Defined in: [src/BinaryFileResponse.ts:15](https://github.com/stonemjs/http-core/blob/6577700bdede2420a5df45a338635c35547070ea/src/BinaryFileResponse.ts#L15)
27
+
Defined in: [src/BinaryFileResponse.ts:15](https://github.com/stonemjs/http-core/blob/0d369869add0f1630e9b5b2cd1421e57ee8d3865/src/BinaryFileResponse.ts#L15)
28
28
29
29
***
30
30
31
31
### autoEtag?
32
32
33
33
> `optional`**autoEtag**: `boolean`
34
34
35
-
Defined in: [src/BinaryFileResponse.ts:13](https://github.com/stonemjs/http-core/blob/6577700bdede2420a5df45a338635c35547070ea/src/BinaryFileResponse.ts#L13)
35
+
Defined in: [src/BinaryFileResponse.ts:13](https://github.com/stonemjs/http-core/blob/0d369869add0f1630e9b5b2cd1421e57ee8d3865/src/BinaryFileResponse.ts#L13)
36
36
37
37
***
38
38
39
39
### autoLastModified?
40
40
41
41
> `optional`**autoLastModified**: `boolean`
42
42
43
-
Defined in: [src/BinaryFileResponse.ts:16](https://github.com/stonemjs/http-core/blob/6577700bdede2420a5df45a338635c35547070ea/src/BinaryFileResponse.ts#L16)
43
+
Defined in: [src/BinaryFileResponse.ts:16](https://github.com/stonemjs/http-core/blob/0d369869add0f1630e9b5b2cd1421e57ee8d3865/src/BinaryFileResponse.ts#L16)
44
44
45
45
***
46
46
47
47
### contentDispositionType?
48
48
49
49
> `optional`**contentDispositionType**: `string`
50
50
51
-
Defined in: [src/BinaryFileResponse.ts:17](https://github.com/stonemjs/http-core/blob/6577700bdede2420a5df45a338635c35547070ea/src/BinaryFileResponse.ts#L17)
51
+
Defined in: [src/BinaryFileResponse.ts:17](https://github.com/stonemjs/http-core/blob/0d369869add0f1630e9b5b2cd1421e57ee8d3865/src/BinaryFileResponse.ts#L17)
52
52
53
53
***
54
54
55
55
### file
56
56
57
57
> **file**: `string`\|`File`
58
58
59
-
Defined in: [src/BinaryFileResponse.ts:14](https://github.com/stonemjs/http-core/blob/6577700bdede2420a5df45a338635c35547070ea/src/BinaryFileResponse.ts#L14)
59
+
Defined in: [src/BinaryFileResponse.ts:14](https://github.com/stonemjs/http-core/blob/0d369869add0f1630e9b5b2cd1421e57ee8d3865/src/BinaryFileResponse.ts#L14)
Defined in: [src/OutgoingHttpResponse.ts:21](https://github.com/stonemjs/http-core/blob/6577700bdede2420a5df45a338635c35547070ea/src/OutgoingHttpResponse.ts#L21)
67
+
Defined in: [src/OutgoingHttpResponse.ts:20](https://github.com/stonemjs/http-core/blob/0d369869add0f1630e9b5b2cd1421e57ee8d3865/src/OutgoingHttpResponse.ts#L20)
Copy file name to clipboardExpand all lines: docs/HttpErrorHandler/classes/HttpErrorHandler.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
# Class: HttpErrorHandler
8
8
9
-
Defined in: [src/HttpErrorHandler.ts:25](https://github.com/stonemjs/http-core/blob/6577700bdede2420a5df45a338635c35547070ea/src/HttpErrorHandler.ts#L25)
9
+
Defined in: [src/HttpErrorHandler.ts:25](https://github.com/stonemjs/http-core/blob/0d369869add0f1630e9b5b2cd1421e57ee8d3865/src/HttpErrorHandler.ts#L25)
10
10
11
11
Class representing an HttpErrorHandler.
12
12
@@ -20,7 +20,7 @@ Class representing an HttpErrorHandler.
Defined in: [src/HttpErrorHandler.ts:33](https://github.com/stonemjs/http-core/blob/6577700bdede2420a5df45a338635c35547070ea/src/HttpErrorHandler.ts#L33)
23
+
Defined in: [src/HttpErrorHandler.ts:33](https://github.com/stonemjs/http-core/blob/0d369869add0f1630e9b5b2cd1421e57ee8d3865/src/HttpErrorHandler.ts#L33)
Defined in: [src/HttpErrorHandler.ts:48](https://github.com/stonemjs/http-core/blob/6577700bdede2420a5df45a338635c35547070ea/src/HttpErrorHandler.ts#L48)
45
+
Defined in: [src/HttpErrorHandler.ts:48](https://github.com/stonemjs/http-core/blob/0d369869add0f1630e9b5b2cd1421e57ee8d3865/src/HttpErrorHandler.ts#L48)
Copy file name to clipboardExpand all lines: docs/HttpErrorHandler/interfaces/HttpErrorHandlerOptions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
# Interface: HttpErrorHandlerOptions
8
8
9
-
Defined in: [src/HttpErrorHandler.ts:18](https://github.com/stonemjs/http-core/blob/6577700bdede2420a5df45a338635c35547070ea/src/HttpErrorHandler.ts#L18)
9
+
Defined in: [src/HttpErrorHandler.ts:18](https://github.com/stonemjs/http-core/blob/0d369869add0f1630e9b5b2cd1421e57ee8d3865/src/HttpErrorHandler.ts#L18)
10
10
11
11
HttpErrorHandler options.
12
12
@@ -16,4 +16,4 @@ HttpErrorHandler options.
16
16
17
17
> **logger**: `ILogger`
18
18
19
-
Defined in: [src/HttpErrorHandler.ts:19](https://github.com/stonemjs/http-core/blob/6577700bdede2420a5df45a338635c35547070ea/src/HttpErrorHandler.ts#L19)
19
+
Defined in: [src/HttpErrorHandler.ts:19](https://github.com/stonemjs/http-core/blob/0d369869add0f1630e9b5b2cd1421e57ee8d3865/src/HttpErrorHandler.ts#L19)
0 commit comments