1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

FAQ: mention -w in the 4.20 answer as well

This commit is contained in:
Daniel Stenberg 2014-08-28 11:42:00 +02:00
parent 889de6b285
commit accbbd7dc3

View File

@ -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