I am trying to POST a dataset using nghttp2. I noticed that the nghttp2_submit_request
sends the stream_user_data
just through header frame not the data frame.
What's the convenient method to submit a data (json or binary) using nghttp2?
Should I use nghttp2_submit_data
or use asio session.submit
?