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/Backend.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ Name | Type | Description | Notes
9
9
**between_bytes_timeout** | Option<**i32**> | Maximum duration in milliseconds that Fastly will wait while receiving no data on a download from a backend. If exceeded, the response received so far will be considered complete and the fetch will end. May be set at runtime using `bereq.between_bytes_timeout`. |
10
10
**client_cert** | Option<**String**> | Unused. |
11
11
**comment** | Option<**String**> | A freeform descriptive note. |
12
-
**connect_timeout** | Option<**i32**> | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic`503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. |
13
-
**first_byte_timeout** | Option<**i32**> | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic`503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. |
12
+
**connect_timeout** | Option<**i32**> | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic`503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. |
13
+
**first_byte_timeout** | Option<**i32**> | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic`503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. |
14
14
**healthcheck** | Option<**String**> | The name of the healthcheck to use with this backend. |
15
15
**hostname** | Option<**String**> | The hostname of the backend. May be used as an alternative to `address` to set the backend location. |
16
16
**ipv4** | Option<**String**> | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. |
Copy file name to clipboardexpand all lines: docs/BackendApi.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,8 @@ Name | Type | Description | Required | Notes
37
37
**between_bytes_timeout** | Option\<**i32**> | Maximum duration in milliseconds that Fastly will wait while receiving no data on a download from a backend. If exceeded, the response received so far will be considered complete and the fetch will end. May be set at runtime using `bereq.between_bytes_timeout`. | |
**comment** | Option\<**String**> | A freeform descriptive note. | |
40
-
**connect_timeout** | Option\<**i32**> | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic`503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. | |
41
-
**first_byte_timeout** | Option\<**i32**> | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic`503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. | |
40
+
**connect_timeout** | Option\<**i32**> | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic`503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. | |
41
+
**first_byte_timeout** | Option\<**i32**> | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic`503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. | |
42
42
**healthcheck** | Option\<**String**> | The name of the healthcheck to use with this backend. | |
43
43
**hostname** | Option\<**String**> | The hostname of the backend. May be used as an alternative to `address` to set the backend location. | |
44
44
**ipv4** | Option\<**String**> | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. | |
@@ -219,8 +219,8 @@ Name | Type | Description | Required | Notes
219
219
**between_bytes_timeout** | Option\<**i32**> | Maximum duration in milliseconds that Fastly will wait while receiving no data on a download from a backend. If exceeded, the response received so far will be considered complete and the fetch will end. May be set at runtime using `bereq.between_bytes_timeout`. | |
**comment** | Option\<**String**> | A freeform descriptive note. | |
222
-
**connect_timeout** | Option\<**i32**> | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic`503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. | |
223
-
**first_byte_timeout** | Option\<**i32**> | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic`503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. | |
222
+
**connect_timeout** | Option\<**i32**> | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic`503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. | |
223
+
**first_byte_timeout** | Option\<**i32**> | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic`503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. | |
224
224
**healthcheck** | Option\<**String**> | The name of the healthcheck to use with this backend. | |
225
225
**hostname** | Option\<**String**> | The hostname of the backend. May be used as an alternative to `address` to set the backend location. | |
226
226
**ipv4** | Option\<**String**> | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. | |
Copy file name to clipboardexpand all lines: docs/BackendResponse.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ Name | Type | Description | Notes
9
9
**between_bytes_timeout** | Option<**i32**> | Maximum duration in milliseconds that Fastly will wait while receiving no data on a download from a backend. If exceeded, the response received so far will be considered complete and the fetch will end. May be set at runtime using `bereq.between_bytes_timeout`. |
10
10
**client_cert** | Option<**String**> | Unused. |
11
11
**comment** | Option<**String**> | A freeform descriptive note. |
12
-
**connect_timeout** | Option<**i32**> | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic`503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. |
13
-
**first_byte_timeout** | Option<**i32**> | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic`503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. |
12
+
**connect_timeout** | Option<**i32**> | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic`503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. |
13
+
**first_byte_timeout** | Option<**i32**> | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic`503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. |
14
14
**healthcheck** | Option<**String**> | The name of the healthcheck to use with this backend. |
15
15
**hostname** | Option<**String**> | The hostname of the backend. May be used as an alternative to `address` to set the backend location. |
16
16
**ipv4** | Option<**String**> | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. |
/// Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`.
31
+
/// Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`.
32
32
pubconnect_timeout:Option<i32>,
33
-
/// Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`.
33
+
/// Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`.
34
34
pubfirst_byte_timeout:Option<i32>,
35
35
/// The name of the healthcheck to use with this backend.
/// Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`.
143
+
/// Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`.
144
144
pubconnect_timeout:Option<i32>,
145
-
/// Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`.
145
+
/// Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`.
146
146
pubfirst_byte_timeout:Option<i32>,
147
147
/// The name of the healthcheck to use with this backend.
/// Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`.
28
+
/// Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`.
/// Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`.
31
+
/// Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`.
/// Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`.
28
+
/// Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`.
/// Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`.
31
+
/// Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`.
0 commit comments