Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tkausch authored May 23, 2024
1 parent 3ed3d2b commit 2029b25
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ This package employs an HTTP client transport mechanism utilizing the URLSession
- [x] Easy API that uses Swift's async/await syntax
- [x] Natively integrates with Swift's `Decodable` and `Encodable` types
- [x] HTTP response validation
- [x] URL Parameter Encoding
- [x] Provides registration of HTTP Request Interceptors
- [x] Send custom HTTP headers
- [x] Change request timeout options
- [x] Basic and Bearer Authorization
- [x] Fully native Swift API
- [x] Check against expected HTTP status codes
- [x] TLS Certificate and Public Key Pinning
- [x] Comes with logging support using `swift-log`
- [x] Logging support using `swift-log`
- [x] `OSLogHandler` for unified logging on Apple ecosystem


### Requirements
Expand Down

0 comments on commit 2029b25

Please sign in to comment.