It's like cURL but better!
Inspired by cURL, using Swift to emulate cURL CLI
This project is built using XCode 10.1 and Swift 4.2
Clone the project git clone https://github.com/emrahu/sURL.git
then run swift build
To print response header run ./build/debug/sURL -I http://github.com
No dependency is used in this project.
To see the available commands run --help
- FTP
- Download a file
- Uploading
- Add custom headers
This program is in active development, I welcome your feedback! Here is a way to get in touch:
- GitHub Issues - For generally applicable issues and feedback.
- Find a bug? Open an issue
- Want to contribute? Submit a pull request
v1.0.0
sURL is open source and available under the MIT license. See the LICENSE file for more information.