diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-08-28 11:42:00 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-08-28 11:42:00 +0200 |
commit | accbbd7dc37be1a59fb23d07af24234437c059bb (patch) | |
tree | 75195fbb5977b8a54f38245e2f45a0cec9ee0198 /docs | |
parent | 889de6b285b41a91da524e58a04a3b2b93f40ff5 (diff) |
FAQ: mention -w in the 4.20 answer as well
Diffstat (limited to 'docs')
-rw-r--r-- | docs/FAQ | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1109,6 +1109,9 @@ FAQ message, curl has a dedicated option for that: -f (CURLOPT_FAILONERROR in libcurl speak). + You can also use the -w option and the variable %{response_code} to extract + the exact response code that was return in the response. + 5. libcurl Issues |