]> git.ipfire.org Git - thirdparty/curl.git/commit
header api: add curl_easy_header and curl_easy_nextheader
authorDaniel Stenberg <daniel@haxx.se>
Thu, 17 Mar 2022 09:20:19 +0000 (10:20 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 22 Mar 2022 07:24:22 +0000 (08:24 +0100)
commitd1e4a677340c6a1f0ebbc13f1021808c23ad1138
treef9684b520a799c118f59013e6e968b54b23e02db
parentbdc664a64002a7df66f34159454844e6b6f5515f
header api: add curl_easy_header and curl_easy_nextheader

Add test 1940 to 1946 to verify.

Closes #8593
38 files changed:
docs/EXPERIMENTAL.md
docs/examples/Makefile.inc
docs/examples/headerapi.c [new file with mode: 0644]
docs/libcurl/Makefile.inc
docs/libcurl/curl_easy_header.3 [new file with mode: 0644]
docs/libcurl/curl_easy_nextheader.3 [new file with mode: 0644]
docs/libcurl/opts/CURLINFO_CONTENT_TYPE.3
docs/libcurl/opts/CURLOPT_HEADERFUNCTION.3
docs/libcurl/symbols-in-versions
include/curl/Makefile.am
include/curl/curl.h
include/curl/header.h [new file with mode: 0644]
lib/Makefile.inc
lib/headers.c [new file with mode: 0644]
lib/headers.h [new file with mode: 0644]
lib/http.c
lib/http2.c
lib/http_chunks.c
lib/http_proxy.c
lib/http_proxy.h
lib/multi.c
lib/sendf.c
lib/sendf.h
lib/transfer.c
lib/url.c
lib/urldata.h
tests/data/Makefile.inc
tests/data/test1940 [new file with mode: 0644]
tests/data/test1941 [new file with mode: 0644]
tests/data/test1942 [new file with mode: 0644]
tests/data/test1943 [new file with mode: 0644]
tests/data/test1944 [new file with mode: 0644]
tests/data/test1945 [new file with mode: 0644]
tests/data/test1946 [new file with mode: 0644]
tests/libtest/Makefile.inc
tests/libtest/lib1940.c [new file with mode: 0644]
tests/libtest/lib1945.c [new file with mode: 0644]
tests/symbol-scan.pl