GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CURLOPT_TRAILERDATA(3) curl_easy_setopt options CURLOPT_TRAILERDATA(3)

CURLOPT_TRAILERDATA - pointer passed to trailing headers callback

#include <curl.h>
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_TRAILERDATA, void *userdata);

Data pointer to be passed to the HTTP trailer callback function.

NULL

HTTP

/* Assuming we have a CURL handle in the hndl variable. */
struct MyData data;
curl_easy_setopt(hndl, CURLOPT_TRAILERDATA, &data);

A more complete example can be found in examples/http_trailers.html

This option was added in curl 7.64.0 and is present if HTTP support is enabled

Returns CURLE_OK.

CURLOPT_TRAILERFUNCTION(3),
November 26, 2021 libcurl 7.83.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.