github.com/VeniceX/HTTPSClient


License
MIT

Documentation

HTTPSClient

Swift Zewo Platform License Slack Travis

Usage

import HTTPSClient

let client = try Client(uri: "https://google.com")
let response = try client.get("/")

Installation

OSX

  • Install openssl using brew
brew install openssl
brew link openssl --force # OpenSSL headers & dylib are not symlinked to /usr/local by default

Linux

  • Install libssl-dev using apt-get
apt-get install libssl-dev
  • Add HTTPSClient to your Package.swift
import PackageDescription

let package = Package(
    dependencies: [
        .Package(url: "https://github.com/VeniceX/HTTPSClient.git", majorVersion: 0, minor: 8)
    ]
)

Support

If you need any help you can join our Slack and go to the #help channel. Or you can create a Github issue in our main repository. When stating your issue be sure to add enough details, specify what module is causing the problem and reproduction steps.

Community

Slack

The entire Zewo code base is licensed under MIT. By contributing to Zewo you are contributing to an open and engaged community of brilliant Swift programmers. Join us on Slack to get to know us!

License

This project is released under the MIT license. See LICENSE for details.