@@ -1079,73 +1079,73 @@ another component by e.g. <code>outgoing-handler.handle</code>.</p>
1079
1079
<ul >
1080
1080
<li ><a name =" constructor_request_options.0 " ></a > own< ; <a href =" #request_options " ><a href =" #request_options " ><code >request-options</code ></a ></a >> ; </li >
1081
1081
</ul >
1082
- <h4 ><a name =" method_request_options.connect_timeout_ms " ><code >[method]request-options.connect-timeout-ms : func</code ></a ></h4 >
1082
+ <h4 ><a name =" method_request_options.connect_timeout " ><code >[method]request-options.connect-timeout: func</code ></a ></h4 >
1083
1083
<p >The timeout for the initial connect to the HTTP Server.</p >
1084
1084
<h5 >Params</h5 >
1085
1085
<ul >
1086
- <li ><a name =" method_request_options.connect_timeout_ms .self " ><code >self</code ></a >: borrow< ; <a href =" #request_options " ><a href =" #request_options " ><code >request-options</code ></a ></a >> ; </li >
1086
+ <li ><a name =" method_request_options.connect_timeout .self " ><code >self</code ></a >: borrow< ; <a href =" #request_options " ><a href =" #request_options " ><code >request-options</code ></a ></a >> ; </li >
1087
1087
</ul >
1088
1088
<h5 >Return values</h5 >
1089
1089
<ul >
1090
- <li ><a name =" method_request_options.connect_timeout_ms .0 " ></a > option< ; <a href =" #duration " ><a href =" #duration " ><code >duration</code ></a ></a >> ; </li >
1090
+ <li ><a name =" method_request_options.connect_timeout .0 " ></a > option< ; <a href =" #duration " ><a href =" #duration " ><code >duration</code ></a ></a >> ; </li >
1091
1091
</ul >
1092
- <h4 ><a name =" method_request_options.set_connect_timeout_ms " ><code >[method]request-options.set-connect-timeout-ms : func</code ></a ></h4 >
1092
+ <h4 ><a name =" method_request_options.set_connect_timeout " ><code >[method]request-options.set-connect-timeout: func</code ></a ></h4 >
1093
1093
<p >Set the timeout for the initial connect to the HTTP Server. An error
1094
1094
return value indicates that this timeout is not supported.</p >
1095
1095
<h5 >Params</h5 >
1096
1096
<ul >
1097
- <li ><a name =" method_request_options.set_connect_timeout_ms .self " ><code >self</code ></a >: borrow< ; <a href =" #request_options " ><a href =" #request_options " ><code >request-options</code ></a ></a >> ; </li >
1098
- <li ><a name =" method_request_options.set_connect_timeout_ms .ms " ><code >ms</code ></a >: option< ; <a href =" #duration " ><a href =" #duration " ><code >duration</code ></a ></a >> ; </li >
1097
+ <li ><a name =" method_request_options.set_connect_timeout .self " ><code >self</code ></a >: borrow< ; <a href =" #request_options " ><a href =" #request_options " ><code >request-options</code ></a ></a >> ; </li >
1098
+ <li ><a name =" method_request_options.set_connect_timeout .ms " ><code >ms</code ></a >: option< ; <a href =" #duration " ><a href =" #duration " ><code >duration</code ></a ></a >> ; </li >
1099
1099
</ul >
1100
1100
<h5 >Return values</h5 >
1101
1101
<ul >
1102
- <li ><a name =" method_request_options.set_connect_timeout_ms .0 " ></a > result</li >
1102
+ <li ><a name =" method_request_options.set_connect_timeout .0 " ></a > result</li >
1103
1103
</ul >
1104
- <h4 ><a name =" method_request_options.first_byte_timeout_ms " ><code >[method]request-options.first-byte-timeout-ms : func</code ></a ></h4 >
1104
+ <h4 ><a name =" method_request_options.first_byte_timeout " ><code >[method]request-options.first-byte-timeout: func</code ></a ></h4 >
1105
1105
<p >The timeout for receiving the first byte of the Response body.</p >
1106
1106
<h5 >Params</h5 >
1107
1107
<ul >
1108
- <li ><a name =" method_request_options.first_byte_timeout_ms .self " ><code >self</code ></a >: borrow< ; <a href =" #request_options " ><a href =" #request_options " ><code >request-options</code ></a ></a >> ; </li >
1108
+ <li ><a name =" method_request_options.first_byte_timeout .self " ><code >self</code ></a >: borrow< ; <a href =" #request_options " ><a href =" #request_options " ><code >request-options</code ></a ></a >> ; </li >
1109
1109
</ul >
1110
1110
<h5 >Return values</h5 >
1111
1111
<ul >
1112
- <li ><a name =" method_request_options.first_byte_timeout_ms .0 " ></a > option< ; <a href =" #duration " ><a href =" #duration " ><code >duration</code ></a ></a >> ; </li >
1112
+ <li ><a name =" method_request_options.first_byte_timeout .0 " ></a > option< ; <a href =" #duration " ><a href =" #duration " ><code >duration</code ></a ></a >> ; </li >
1113
1113
</ul >
1114
- <h4 ><a name =" method_request_options.set_first_byte_timeout_ms " ><code >[method]request-options.set-first-byte-timeout-ms : func</code ></a ></h4 >
1114
+ <h4 ><a name =" method_request_options.set_first_byte_timeout " ><code >[method]request-options.set-first-byte-timeout: func</code ></a ></h4 >
1115
1115
<p >Set the timeout for receiving the first byte of the Response body. An
1116
1116
error return value indicates that this timeout is not supported.</p >
1117
1117
<h5 >Params</h5 >
1118
1118
<ul >
1119
- <li ><a name =" method_request_options.set_first_byte_timeout_ms .self " ><code >self</code ></a >: borrow< ; <a href =" #request_options " ><a href =" #request_options " ><code >request-options</code ></a ></a >> ; </li >
1120
- <li ><a name =" method_request_options.set_first_byte_timeout_ms .ms " ><code >ms</code ></a >: option< ; <a href =" #duration " ><a href =" #duration " ><code >duration</code ></a ></a >> ; </li >
1119
+ <li ><a name =" method_request_options.set_first_byte_timeout .self " ><code >self</code ></a >: borrow< ; <a href =" #request_options " ><a href =" #request_options " ><code >request-options</code ></a ></a >> ; </li >
1120
+ <li ><a name =" method_request_options.set_first_byte_timeout .ms " ><code >ms</code ></a >: option< ; <a href =" #duration " ><a href =" #duration " ><code >duration</code ></a ></a >> ; </li >
1121
1121
</ul >
1122
1122
<h5 >Return values</h5 >
1123
1123
<ul >
1124
- <li ><a name =" method_request_options.set_first_byte_timeout_ms .0 " ></a > result</li >
1124
+ <li ><a name =" method_request_options.set_first_byte_timeout .0 " ></a > result</li >
1125
1125
</ul >
1126
- <h4 ><a name =" method_request_options.between_bytes_timeout_ms " ><code >[method]request-options.between-bytes-timeout-ms : func</code ></a ></h4 >
1126
+ <h4 ><a name =" method_request_options.between_bytes_timeout " ><code >[method]request-options.between-bytes-timeout: func</code ></a ></h4 >
1127
1127
<p >The timeout for receiving subsequent chunks of bytes in the Response
1128
1128
body stream.</p >
1129
1129
<h5 >Params</h5 >
1130
1130
<ul >
1131
- <li ><a name =" method_request_options.between_bytes_timeout_ms .self " ><code >self</code ></a >: borrow< ; <a href =" #request_options " ><a href =" #request_options " ><code >request-options</code ></a ></a >> ; </li >
1131
+ <li ><a name =" method_request_options.between_bytes_timeout .self " ><code >self</code ></a >: borrow< ; <a href =" #request_options " ><a href =" #request_options " ><code >request-options</code ></a ></a >> ; </li >
1132
1132
</ul >
1133
1133
<h5 >Return values</h5 >
1134
1134
<ul >
1135
- <li ><a name =" method_request_options.between_bytes_timeout_ms .0 " ></a > option< ; <a href =" #duration " ><a href =" #duration " ><code >duration</code ></a ></a >> ; </li >
1135
+ <li ><a name =" method_request_options.between_bytes_timeout .0 " ></a > option< ; <a href =" #duration " ><a href =" #duration " ><code >duration</code ></a ></a >> ; </li >
1136
1136
</ul >
1137
- <h4 ><a name =" method_request_options.set_between_bytes_timeout_ms " ><code >[method]request-options.set-between-bytes-timeout-ms : func</code ></a ></h4 >
1137
+ <h4 ><a name =" method_request_options.set_between_bytes_timeout " ><code >[method]request-options.set-between-bytes-timeout: func</code ></a ></h4 >
1138
1138
<p >Set the timeout for receiving subsequent chunks of bytes in the Response
1139
1139
body stream. An error return value indicates that this timeout is not
1140
1140
supported.</p >
1141
1141
<h5 >Params</h5 >
1142
1142
<ul >
1143
- <li ><a name =" method_request_options.set_between_bytes_timeout_ms .self " ><code >self</code ></a >: borrow< ; <a href =" #request_options " ><a href =" #request_options " ><code >request-options</code ></a ></a >> ; </li >
1144
- <li ><a name =" method_request_options.set_between_bytes_timeout_ms .ms " ><code >ms</code ></a >: option< ; <a href =" #duration " ><a href =" #duration " ><code >duration</code ></a ></a >> ; </li >
1143
+ <li ><a name =" method_request_options.set_between_bytes_timeout .self " ><code >self</code ></a >: borrow< ; <a href =" #request_options " ><a href =" #request_options " ><code >request-options</code ></a ></a >> ; </li >
1144
+ <li ><a name =" method_request_options.set_between_bytes_timeout .ms " ><code >ms</code ></a >: option< ; <a href =" #duration " ><a href =" #duration " ><code >duration</code ></a ></a >> ; </li >
1145
1145
</ul >
1146
1146
<h5 >Return values</h5 >
1147
1147
<ul >
1148
- <li ><a name =" method_request_options.set_between_bytes_timeout_ms .0 " ></a > result</li >
1148
+ <li ><a name =" method_request_options.set_between_bytes_timeout .0 " ></a > result</li >
1149
1149
</ul >
1150
1150
<h4 ><a name =" static_response_outparam.set " ><code >[static]response-outparam.set: func</code ></a ></h4 >
1151
1151
<p >Set the value of the <a href =" #response_outparam " ><code >response-outparam</code ></a > to either send a response,
0 commit comments