diff options
author | Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com> | 2014-02-14 22:02:44 +0900 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-02-17 23:45:58 +0100 |
commit | 035b91a26c363db566578f49aec30ab8527581a7 (patch) | |
tree | 158869798ec2e44c3647a64742d2da9f829f90b4 /docs/libcurl/curl_formget.3 | |
parent | e9dfdef4111dca11d3cbf84d64372af56e9d9e09 (diff) |
http2: Support HTTP POST/PUT
This patch enables HTTP POST/PUT in HTTP2.
We disabled Expect header field and chunked transfer encoding
since HTTP2 forbids them.
In HTTP1, Curl sends small upload data with request headers, but
HTTP2 requires upload data must be in DATA frame separately.
So we added some conditionals to achieve this.
Diffstat (limited to 'docs/libcurl/curl_formget.3')
0 files changed, 0 insertions, 0 deletions