File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed
Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 11# swift-http-client
2+
3+ [ ![ CI] ( https://github.com/uhooi/swift-http-client/actions/workflows/main.yml/badge.svg?branch=main )] ( https://github.com/uhooi/swift-http-client/actions/workflows/main.yml )
4+ [ ![ Release] ( https://img.shields.io/github/v/release/uhooi/swift-http-client )] ( https://github.com/uhooi/swift-http-client/releases/latest )
5+ [ ![ License] ( https://img.shields.io/github/license/uhooi/swift-http-client )] ( https://github.com/uhooi/swift-http-client/blob/main/LICENSE )
6+ [ ![ Twitter] ( https://img.shields.io/twitter/follow/the_uhooi?style=social )] ( https://twitter.com/the_uhooi )
7+
28Communicate via HTTP easily in Swift.
9+
10+ ## Table of Contents
11+
12+ - [ Installation] ( #installation )
13+ - [ How to use] ( #how-to-use )
14+ - [ Contribution] ( #contribution )
15+
16+ ## Installation
17+
18+ ### Swift Package Manager (Recommended)
19+
20+ #### Package
21+
22+ TBD
23+
24+ #### Xcode
25+
26+ TBD
27+
28+ ### CocoaPods
29+
30+ TBD
31+
32+ ### Carthage
33+
34+ TBD
35+
36+ ## How to use
37+
38+ You can just import ` HTTPClient ` to use it.
39+
40+ ## Contribution
41+
42+ I would be happy if you contribute :)
43+
44+ - [ New issue] ( https://github.com/uhooi/swift-http-client/issues/new )
45+ - [ New pull request] ( https://github.com/uhooi/swift-http-client/compare )
You can’t perform that action at this time.
0 commit comments