-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdot_curlrc
More file actions
32 lines (17 loc) · 752 Bytes
/
dot_curlrc
File metadata and controls
32 lines (17 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# cURL configuration options.
# https://curl.haxx.se/docs/manpage.html
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Limit the time (in seconds) the connection is allowed to take.
connect-timeout = 5
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Follow HTTP redirects.
location
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Display progress as a simple progress bar.
progress-bar
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Show error messages.
show-error
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Send a fake UA string for the HTTP servers that sniff it.
# user-agent = "Mozilla/5.0 Gecko"