_SETcurlRequestHeader
Change the CURL request header content.
Prototype :
fun [ObjCURL [S r1]] ObjCURL
- ObjCURL : a Curl object
- [S r1] : the list of header values without the CRLF, also the first
http line used for request method must not be set here
Return : ObjCURL the same Curl object if success, NIL otherwise
See also :
Example :
Note :