Skip to content

Commit

Permalink
Document type of argument for CURLOPT_FOLLOWLOCATION.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsiganos authored and bagder committed Jul 3, 2014
1 parent 7441c6d commit afbd5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.3
Expand Up @@ -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.
Expand Down

0 comments on commit afbd5f9

Please sign in to comment.