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-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@
9
9
|**between_bytes_timeout**|**Integer**| 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`. |[optional]|
10
10
|**client_cert**|**String**| Unused. |[optional]|
11
11
|**comment**|**String**| A freeform descriptive note. |[optional]|
12
-
|**connect_timeout**|**Integer**| 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`. |[optional]|
13
-
|**first_byte_timeout**|**Integer**| 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`. |[optional]|
12
+
|**connect_timeout**|**Integer**| 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`. |[optional]|
13
+
|**first_byte_timeout**|**Integer**| 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`. |[optional]|
14
14
|**healthcheck**|**String**| The name of the healthcheck to use with this backend. |[optional]|
15
15
|**hostname**|**String**| The hostname of the backend. May be used as an alternative to `address` to set the backend location. |[optional]|
16
16
|**ipv4**|**String**| IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. |[optional]|
Copy file name to clipboardExpand all lines: docs/BackendApi.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,8 @@ opts = {
40
40
between_bytes_timeout:56, # Integer | 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:'comment_example', # String | A freeform descriptive note.
43
-
connect_timeout:56, # Integer | 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`.
44
-
first_byte_timeout:56, # Integer | 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`.
43
+
connect_timeout:56, # Integer | 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`.
44
+
first_byte_timeout:56, # Integer | 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`.
45
45
healthcheck:'healthcheck_example', # String | The name of the healthcheck to use with this backend.
46
46
hostname:'hostname_example', # String | The hostname of the backend. May be used as an alternative to `address` to set the backend location.
47
47
ipv4:'ipv4_example', # String | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location.
@@ -92,8 +92,8 @@ end
92
92
|**between_bytes_timeout**|**Integer**| 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`. |[optional]|
93
93
|**client_cert**|**String**| Unused. |[optional]|
94
94
|**comment**|**String**| A freeform descriptive note. |[optional]|
95
-
|**connect_timeout**|**Integer**| 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`. |[optional]|
96
-
|**first_byte_timeout**|**Integer**| 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`. |[optional]|
95
+
|**connect_timeout**|**Integer**| 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`. |[optional]|
96
+
|**first_byte_timeout**|**Integer**| 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`. |[optional]|
97
97
|**healthcheck**|**String**| The name of the healthcheck to use with this backend. |[optional]|
98
98
|**hostname**|**String**| The hostname of the backend. May be used as an alternative to `address` to set the backend location. |[optional]|
99
99
|**ipv4**|**String**| IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. |[optional]|
@@ -271,8 +271,8 @@ opts = {
271
271
between_bytes_timeout:56, # Integer | 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:'comment_example', # String | A freeform descriptive note.
274
-
connect_timeout:56, # Integer | 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`.
275
-
first_byte_timeout:56, # Integer | 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`.
274
+
connect_timeout:56, # Integer | 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`.
275
+
first_byte_timeout:56, # Integer | 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`.
276
276
healthcheck:'healthcheck_example', # String | The name of the healthcheck to use with this backend.
277
277
hostname:'hostname_example', # String | The hostname of the backend. May be used as an alternative to `address` to set the backend location.
278
278
ipv4:'ipv4_example', # String | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location.
@@ -324,8 +324,8 @@ end
324
324
|**between_bytes_timeout**|**Integer**| 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`. |[optional]|
325
325
|**client_cert**|**String**| Unused. |[optional]|
326
326
|**comment**|**String**| A freeform descriptive note. |[optional]|
327
-
|**connect_timeout**|**Integer**| 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`. |[optional]|
328
-
|**first_byte_timeout**|**Integer**| 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`. |[optional]|
327
+
|**connect_timeout**|**Integer**| 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`. |[optional]|
328
+
|**first_byte_timeout**|**Integer**| 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`. |[optional]|
329
329
|**healthcheck**|**String**| The name of the healthcheck to use with this backend. |[optional]|
330
330
|**hostname**|**String**| The hostname of the backend. May be used as an alternative to `address` to set the backend location. |[optional]|
331
331
|**ipv4**|**String**| IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. |[optional]|
Copy file name to clipboardExpand all lines: docs/BackendResponse.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@
9
9
|**between_bytes_timeout**|**Integer**| 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`. |[optional]|
10
10
|**client_cert**|**String**| Unused. |[optional]|
11
11
|**comment**|**String**| A freeform descriptive note. |[optional]|
12
-
|**connect_timeout**|**Integer**| 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`. |[optional]|
13
-
|**first_byte_timeout**|**Integer**| 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`. |[optional]|
12
+
|**connect_timeout**|**Integer**| 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`. |[optional]|
13
+
|**first_byte_timeout**|**Integer**| 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`. |[optional]|
14
14
|**healthcheck**|**String**| The name of the healthcheck to use with this backend. |[optional]|
15
15
|**hostname**|**String**| The hostname of the backend. May be used as an alternative to `address` to set the backend location. |[optional]|
16
16
|**ipv4**|**String**| IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. |[optional]|
0 commit comments