summaryrefslogtreecommitdiff
path: root/lib/headers.h
Commit message (Collapse)AuthorAgeFilesLines
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
| | | | | | | | | | | Add licensing and copyright information for all files in this repository. This either happens in the file itself as a comment header or in the file `.reuse/dep5`. This commit also adds a Github workflow to check pull requests and adapts copyright.pl to the changes. Closes #8869
* headers api: remove EXPERIMENTAL tagDaniel Stenberg2022-05-301-1/+1
| | | | Closes #8900
* headers.h: make Curl_headers_push() be CURLE_OK when not builtDaniel Stenberg2022-03-241-1/+1
| | | | | | | | ... to avoid errors when the function isn't there. Reported-by: Marcel Raad Fixes #8627 Closes #8628
* lib: make the headers API depend on --enable-headers-apiDaniel Stenberg2022-03-221-1/+1
|
* header api: add curl_easy_header and curl_easy_nextheaderDaniel Stenberg2022-03-221-0/+53
Add test 1940 to 1946 to verify. Closes #8593