Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
CURL.SetOptionHeader
Whether to include headers in output.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| CURL | 2.5 | Yes | Yes | Yes | Yes | Yes |
MBS( "CURL.SetOptionHeader"; curl; Value ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| curl | The CURL session handle. | $curl |
| Value | 0 to disable or 1 to enable | 1 |
Result
Returns "OK" on success.
Description
Whether to include headers in output.A parameter set to 1 tells curl to include the header in the body output.
This is only relevant for protocols that actually have headers preceding the data (like HTTP).
For HTTP headers, please use CURL.SetOptionHTTPHeader function.
See also HEADER option in CURL manual.
See also
- CURL.GetOptionHTTPHeader
- CURL.SetOptionGet
- CURL.SetOptionHTTPHeader
- CURL.SetOptionNetRC
- CURL.SetOptionProxyHeader
- CURL.SetOptionQuote
- CURL.SetOptionRange
- CURL.SetOptionReferer
- CURL.SetOptionSSLCert
- CURL.SetOptionSSLKey
Created 18th August 2014, last changed 21st June 2019
CURL.SetOptionHappyEyeballsTimeOutMS - CURL.SetOptionHeaderOptions
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins