1
0
mirror of https://github.com/moparisthebest/spdylay synced 2024-11-16 06:25:04 -05:00

Updated doc

This commit is contained in:
Tatsuhiro Tsujikawa 2012-02-12 17:43:50 +09:00
parent a4961a95bd
commit 9e3191a548

View File

@ -403,6 +403,8 @@ void* spdylay_session_get_stream_user_data(spdylay_session *session,
* "url": Abosolute path of this request (e.g., "/foo") * "url": Abosolute path of this request (e.g., "/foo")
* "version": HTTP version (e.g., "HTTP/1.1") * "version": HTTP version (e.g., "HTTP/1.1")
* *
* "host" name/value pair is also required by some hosts.
*
* This function creates copies of all name/value pairs in |nv|. * This function creates copies of all name/value pairs in |nv|.
* *
* If |data_prd| is not NULL, it provides data which will be sent in * If |data_prd| is not NULL, it provides data which will be sent in