File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -855,7 +855,7 @@ be used.</p>
855
855
</ul >
856
856
<h5 >Return values</h5 >
857
857
<ul >
858
- <li ><a name =" new_outgoing_request.0 " ></a > <a href =" #outgoing_request " ><a href =" #outgoing_request " ><code >outgoing-request</code ></a ></a ></li >
858
+ <li ><a name =" new_outgoing_request.0 " ></a > result & lt ; <a href =" #outgoing_request " ><a href =" #outgoing_request " ><code >outgoing-request</code ></a ></a >, < a href = " #error " >< a href = " #error " >< code >error</ code ></ a ></ a > & gt ; </li >
859
859
</ul >
860
860
<h4 ><a name =" outgoing_request_write " ><code >outgoing-request-write: func</code ></a ></h4 >
861
861
<h5 >Params</h5 >
@@ -926,7 +926,7 @@ be used.</p>
926
926
</ul >
927
927
<h5 >Return values</h5 >
928
928
<ul >
929
- <li ><a name =" new_outgoing_response.0 " ></a > <a href =" #outgoing_response " ><a href =" #outgoing_response " ><code >outgoing-response</code ></a ></a ></li >
929
+ <li ><a name =" new_outgoing_response.0 " ></a > result & lt ; <a href =" #outgoing_response " ><a href =" #outgoing_response " ><code >outgoing-response</code ></a ></a >, < a href = " #error " >< a href = " #error " >< code >error</ code ></ a ></ a > & gt ; </li >
930
930
</ul >
931
931
<h4 ><a name =" outgoing_response_write " ><code >outgoing-response-write: func</code ></a ></h4 >
932
932
<h5 >Params</h5 >
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ interface types {
111
111
scheme : option <scheme >,
112
112
authority : option <string >,
113
113
headers : headers
114
- ) -> outgoing-request
114
+ ) -> result < outgoing-request , error >
115
115
outgoing-request-write : func (request : outgoing-request ) -> result <outgoing-stream >
116
116
117
117
// Additional optional parameters that can be set when making a request.
@@ -164,7 +164,7 @@ interface types {
164
164
new-outgoing-response : func (
165
165
status-code : status-code ,
166
166
headers : headers
167
- ) -> outgoing-response
167
+ ) -> result < outgoing-response , error >
168
168
outgoing-response-write : func (response : outgoing-response ) -> result <outgoing-stream >
169
169
170
170
// The following block defines a special resource type used by the
You can’t perform that action at this time.
0 commit comments