Skip to content

Commit 44a79be

Browse files
committed
Update README.md
1 parent e07f282 commit 44a79be

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,25 @@
55
[![SPM: Compatible](https://img.shields.io/badge/SPM-Compatible-4BC51D.svg?style=flat)](https://swift.org/package-manager/)
66
[![License: MIT](http://img.shields.io/badge/License-MIT-lightgray.svg?style=flat)](https://github.com/InstrumentBox/Network/blob/main/LICENSE)
77

8-
Network is a library that provides you with a full-featured web client built on top of new concurrency
9-
model available in Swift 5.5.
8+
*Network* is a Swift package that provides you with set of network libraries built on top of new
9+
concurrency model available in Swift 5.5.
1010

11-
## Features
11+
## Web
12+
13+
*Web* is a library that provides a full-featured web client.
14+
15+
### Features
1216

1317
- [x] Well documented
1418
- [x] No dependencies
15-
- [x] Swift concurrency support
1619
- [x] Customizable
1720
- [x] Response validation
1821
- [x] Multipart requests
1922
- [x] Request authorization
2023
- [x] Certificate and public key pinning
2124
- [x] 2FA support
2225

23-
## Documentation
26+
### Documentation
2427

2528
- [Installation](https://github.com/InstrumentBox/Network/blob/main/Sources/Web/Web.docc/GettingStarted/Installation.md)
2629
- [Make Your First Request](https://github.com/InstrumentBox/Network/blob/main/Sources/Web/Web.docc/GettingStarted/FirstRequest.md)

0 commit comments

Comments
 (0)