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
@@ -13,8 +13,8 @@ Name | Type | Description | Notes
13
13
**between_bytes_timeout** | **int** | 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]
**comment** | **string** | A freeform descriptive note. | [optional]
16
-
**connect_timeout** | **int** | 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]
17
-
**first_byte_timeout** | **int** | 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]
16
+
**connect_timeout** | **int** | 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]
17
+
**first_byte_timeout** | **int** | 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]
18
18
**healthcheck** | **string** | The name of the healthcheck to use with this backend. | [optional]
19
19
**hostname** | **string** | The hostname of the backend. May be used as an alternative to `address` to set the backend location. | [optional]
20
20
**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-8
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,8 @@ my $auto_loadbalance = null; # boolean | Whether or not this backend should be a
43
43
my$between_bytes_timeout = 56; # int | 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`.
my$comment = "comment_example"; # string | A freeform descriptive note.
46
-
my$connect_timeout = 56; # int | 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`.
47
-
my$first_byte_timeout = 56; # int | 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`.
46
+
my$connect_timeout = 56; # int | 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`.
47
+
my$first_byte_timeout = 56; # int | 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`.
48
48
my$healthcheck = "healthcheck_example"; # string | The name of the healthcheck to use with this backend.
49
49
my$hostname = "hostname_example"; # string | The hostname of the backend. May be used as an alternative to `address` to set the backend location.
50
50
my$ipv4 = "ipv4_example"; # string | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location.
@@ -94,8 +94,8 @@ Name | Type | Description | Notes
94
94
**between_bytes_timeout** | **int**| 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]
**comment** | **string**| A freeform descriptive note. | [optional]
97
-
**connect_timeout** | **int**| 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]
98
-
**first_byte_timeout** | **int**| 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]
97
+
**connect_timeout** | **int**| 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]
98
+
**first_byte_timeout** | **int**| 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]
99
99
**healthcheck** | **string**| The name of the healthcheck to use with this backend. | [optional]
100
100
**hostname** | **string**| The hostname of the backend. May be used as an alternative to `address` to set the backend location. | [optional]
101
101
**ipv4** | **string**| IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. | [optional]
@@ -330,8 +330,8 @@ my $auto_loadbalance = null; # boolean | Whether or not this backend should be a
330
330
my$between_bytes_timeout = 56; # int | 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`.
my$comment = "comment_example"; # string | A freeform descriptive note.
333
-
my$connect_timeout = 56; # int | 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`.
334
-
my$first_byte_timeout = 56; # int | 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`.
333
+
my$connect_timeout = 56; # int | 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`.
334
+
my$first_byte_timeout = 56; # int | 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`.
335
335
my$healthcheck = "healthcheck_example"; # string | The name of the healthcheck to use with this backend.
336
336
my$hostname = "hostname_example"; # string | The hostname of the backend. May be used as an alternative to `address` to set the backend location.
337
337
my$ipv4 = "ipv4_example"; # string | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location.
@@ -382,8 +382,8 @@ Name | Type | Description | Notes
382
382
**between_bytes_timeout** | **int**| 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]
**comment** | **string**| A freeform descriptive note. | [optional]
385
-
**connect_timeout** | **int**| 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]
386
-
**first_byte_timeout** | **int**| 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]
385
+
**connect_timeout** | **int**| 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]
386
+
**first_byte_timeout** | **int**| 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]
387
387
**healthcheck** | **string**| The name of the healthcheck to use with this backend. | [optional]
388
388
**hostname** | **string**| The hostname of the backend. May be used as an alternative to `address` to set the backend location. | [optional]
389
389
**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-2
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ Name | Type | Description | Notes
13
13
**between_bytes_timeout** | **int** | 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]
**comment** | **string** | A freeform descriptive note. | [optional]
16
-
**connect_timeout** | **int** | 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]
17
-
**first_byte_timeout** | **int** | 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]
16
+
**connect_timeout** | **int** | 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]
17
+
**first_byte_timeout** | **int** | 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]
18
18
**healthcheck** | **string** | The name of the healthcheck to use with this backend. | [optional]
19
19
**hostname** | **string** | The hostname of the backend. May be used as an alternative to `address` to set the backend location. | [optional]
20
20
**ipv4** | **string** | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. | [optional]
0 commit comments