diff options
author | Ben Burwell <ben@benburwell.com> | 2020-06-06 22:42:17 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2020-06-06 22:42:17 -0400 |
commit | 90a1b857f3fddf5cf1a25b73d6bdbe6c40471076 (patch) | |
tree | ede079475cf651a8eee26327e361fe6ddc36233f /include | |
parent | c365f2cb4ffcbef02d2e9a5e17aa9d7f1fe81df7 (diff) |
WIP: Add support for gemini meta headersgemini-meta
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 71695538d..78f5e1e9a 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -1968,6 +1968,9 @@ typedef enum { CURLOPT(CURLOPT_PROXY_SSLKEY_BLOB, CURLOPTTYPE_BLOB, 294), CURLOPT(CURLOPT_ISSUERCERT_BLOB, CURLOPTTYPE_BLOB, 295), + /* set the gemini request meta */ + CURLOPT(CURLOPT_META, CURLOPTTYPE_STRINGPOINT, 296), + CURLOPT_LASTENTRY /* the last unused */ } CURLoption; |