diff --git a/apiref.html b/apiref.html index 71ca84ad..1b8902f2 100644 --- a/apiref.html +++ b/apiref.html @@ -7,7 +7,7 @@ -
This function returns assigned stream ID if it succeeds. But that -stream is not opened yet. The application must not submit frame to -that stream ID before -nghttp2_session_callbacks.before_frame_send_callback is -called for this frame.
This function returns assigned stream ID if it succeeds, or one of the following negative error codes:
Warning
+This function returns assigned stream ID if it succeeds. But +that stream is not opened yet. The application must not submit +frame to that stream ID before +nghttp2_session_callbacks.before_frame_send_callback is +called for this frame.
+This function is low-level in a sense that the application code can specify flags directly. For usual HTTP request, nghttp2_submit_request() is useful.
-This function returns assigned stream ID if it succeeds and -stream_id is -1. But that stream is not opened yet. The -application must not submit frame to that stream ID before -nghttp2_session_callbacks.before_frame_send_callback is -called for this frame.
This function returns newly assigned stream ID if it succeeds and stream_id is -1. Otherwise, this function returns 0 if it succeeds, or one of the following negative error codes:
@@ -2647,6 +2645,14 @@ succeeds, or one of the following negative error codes:Warning
+This function returns assigned stream ID if it succeeds and +stream_id is -1. But that stream is not opened yet. The +application must not submit frame to that stream ID before +nghttp2_session_callbacks.before_frame_send_callback is +called for this frame.
+This function returns assigned promised stream ID if it succeeds. -But that stream is not opened yet. The application must not submit -frame to that stream ID before -nghttp2_session_callbacks.before_frame_send_callback is -called for this frame.
The client side is not allowed to use this function.
This function returns assigned promised stream ID if it succeeds, or one of the following negative error codes:
@@ -2780,6 +2781,14 @@ client.Warning
+This function returns assigned promised stream ID if it succeeds. +But that stream is not opened yet. The application must not +submit frame to that stream ID before +nghttp2_session_callbacks.before_frame_send_callback is +called for this frame.
+