forked from curl/curl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
73 lines (47 loc) · 2.38 KB
/
Copy pathREADME
File metadata and controls
73 lines (47 loc) · 2.38 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
_ _ ____ _ ____
___| | | | _ \| | | _ \ _ _ _ __ _ __ ___ _ __
/ __| | | | |_) | | | |_) | | | | '_ \| '_ \ / _ \ '__|
| (__| |_| | _ <| |___ | _ <| |_| | | | | | | | __/ |
\___|\___/|_| \_\_____| |_| \_\\__,_|_| |_|_| |_|\___|_|
README
curl_runner is a command line tool and wrapper for curl that provides
enhanced functionality for HTTP request automation and batch processing.
Find out how to use curl_runner by reading the curl_runner.1 man page or
the MANUAL document. Find out how to install curl_runner by reading the
INSTALL document.
curl_runner extends curl with features like batch processing, configuration
management, template support, and enhanced output formatting. It is designed
to simplify complex HTTP workflows and API testing scenarios.
You find answers to the most frequent questions we get in the FAQ document.
Study the COPYING file for distribution terms.
Those documents and more can be found in the docs/ directory.
FEATURES
- Batch processing of multiple curl requests
- Configuration file support for reusable settings
- Template system for common request patterns
- Enhanced error handling and retry mechanisms
- Improved output formatting and logging
- Authentication helpers for various protocols
REQUIREMENTS
curl_runner requires curl to be installed on your system. Visit
https://curl.se/ for curl installation instructions.
CONTACT
If you have problems, questions, ideas or suggestions, please contact us
by posting to our GitHub issues page:
https://github.com/Pectics/curl_runner/issues
All contributors to the project are listed in the THANKS document.
WEBSITE
Visit the curl_runner GitHub repository for the latest news and downloads:
https://github.com/Pectics/curl_runner
GIT
To download the latest source code off the GIT server, do this:
git clone https://github.com/Pectics/curl_runner.git
(you will get a directory named curl_runner created, filled with the source code)
SECURITY PROBLEMS
Report suspected security problems via GitHub issues and not in public
unless they are already publicly known.
https://github.com/Pectics/curl_runner/issues
NOTICE
curl_runner is built as an extension to curl. This project respects and
acknowledges the original curl project and its contributors. Visit
https://curl.se/ for more information about curl.