mirror of
https://github.com/curl/curl.git
synced 2026-07-03 05:17:16 +03:00
Document type of argument for CURLOPT_FOLLOWLOCATION.
This commit is contained in:
parent
7441c6d7af
commit
afbd5f978e
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ CURLOPT_FOLLOWLOCATION \- follow HTTP 3xx redirects
|
|||
.SH SYNOPSIS
|
||||
#include <curl/curl.h>
|
||||
|
||||
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FOLLOWLOCATION, [argument]);
|
||||
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FOLLOWLOCATION, long enable);
|
||||
.SH DESCRIPTION
|
||||
A parameter set to 1 tells the library to follow any Location: header that the
|
||||
server sends as part of a HTTP header in a 3xx response.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue