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: content/en/docs/refguide/modeling/integration/odata-services/published-odata-services/published-odata-microflow.md
+8-14Lines changed: 8 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,19 +65,13 @@ You can also select **Can be empty**. If this checkbox is cleared, calls to the
65
65
Boolean and list parameters can never be empty.
66
66
{{% /alert %}}
67
67
68
-
## 4 Customising outgoing HTTP response
68
+
## 4 Customizing the Outgoing HTTP Response
69
69
70
-
It is possible to manipulate response which would be produced as a result of OData Action call.
71
-
In order to do that published microflow must take a parameter of [System.HttpResponse](/refguide/http-request-and-response-entities/) type.
70
+
It is possible to manipulate the response, which is produced as a result of an OData Action call. To do this, the published microflow must have a parameter with a [System.HttpResponse](/refguide/http-request-and-response-entities/) type.
72
71
73
-
If no changes were made to HttpResponse object then actual response won't be changed as well.
74
-
75
-
If only headers of the HttpResponse were changed (for instance a new header was added to the response) then those headers would be merged with default headers, replacing values of the same name.
76
-
77
-
If status code OR content of the HttpResponse were changed then actual response would be produced exclusively from HttpResponse parameter, including status code, headers and response body.
78
-
79
-
Note. Reason phrase field is ignored.
80
-
81
-
It is not possible to change values for `Transfer-Encoding` and `Date` headers
82
-
83
-
When StatusCode is set to `204` then empty response body is always produced.
72
+
* If no changes were made to HttpResponse object, the actual response will not change.
73
+
* If only headers of the HttpResponse were changed (for instance, a new header was added to the response), those headers are merged with default headers, which replaces values of the same name.
74
+
* If the status code or content of the HttpResponse is changed, the actual response is produced exclusively from the HttpResponse parameter, including status code, headers, and response body.
75
+
* The ReasonPhrase field is ignored.
76
+
* It is not possible to change values for `Transfer-Encoding` and `Date` headers.
77
+
* When the status code is set to `204`, an empty response body is always produced.
0 commit comments