We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e363a commit 3fa4096Copy full SHA for 3fa4096
abi-versions/v0.2.1/README.md
@@ -1154,9 +1154,10 @@ Plugin must return one of the following values:
1154
* returns:
1155
- `i32 (`[`proxy_status_t`]`) status`
1156
1157
-Sends HTTP response with body (`body_data`, `body_size`) and
+Send HTTP response with body (`body_data`, `body_size`) and
1158
[serialized] headers (`serialized_headers_data`,
1159
-`serialized_headers_size`).
+`serialized_headers_size`). The response is sent after the current
1160
+callback completes and triggers response callbacks.
1161
1162
This can be used as long as HTTP response headers were not sent downstream.
1163
0 commit comments