Skip to content
Snippets Groups Projects
Commit afbd5f97 authored by Dimitrios Siganos's avatar Dimitrios Siganos Committed by Daniel Stenberg
Browse files

Document type of argument for CURLOPT_FOLLOWLOCATION.

parent 7441c6d7
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment