mirror of
https://github.com/moparisthebest/curl
synced 2024-11-07 10:05:06 -05:00
12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
#
|
|
# Use a silly request without '--':
|
|
request MOOO
|
|
#
|
|
# Set the user-agent using a short-option:
|
|
# (NOTE: the agent string is stripped in the test program why this
|
|
# will never be compared in the end)
|
|
-A "agent007 license to drill\t"
|
|
#
|
|
# long option *with* '--':
|
|
--max-time 180
|