headers api: remove EXPERIMENTAL tag

Closes #8900
This commit is contained in:
Daniel Stenberg 2022-05-30 14:13:48 +02:00
parent 739275a1d9
commit 4d94fac9f0
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
9 changed files with 19 additions and 23 deletions

View file

@ -32,7 +32,7 @@
#include "curl_memory.h"
#include "memdebug.h"
#if !defined(CURL_DISABLE_HTTP) && defined(USE_HEADERS_API)
#if !defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_HEADERS_API)
/* Generate the curl_header struct for the user. This function MUST assign all
struct fields in the output struct. */