- Does it cover newer flags like --http3?
- Yes. HTTP/3, Early Data, and Connection reuse flags are documented. cURL supports these from version 7.66+.
- What about authentication examples?
- Basic, Bearer, Digest, NTLM, and OAuth examples included. Plus netrc and --anyauth for libraries that need it.
- Is it just GET and POST?
- All HTTP methods. Plus multipart uploads, cookies, and redirect handling.
- Does it show session management?
- Yes — -b for sending cookies, -c for saving them. Useful when working with login-required APIs.