/sURL

Emulating cURL cli in Swift

Primary LanguageSwift

sURL

@emrahusar

It's like cURL but better!

Inspired by cURL, using Swift to emulate cURL CLI

Installation

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.

Documentation

To see the available commands run --help

Improvements

  • FTP
  • Download a file
  • Uploading
  • Add custom headers

Feedback

This program is in active development, I welcome your feedback! Here is a way to get in touch:

Help

Releases

v1.0.0

License

sURL is open source and available under the MIT license. See the LICENSE file for more information.