Skip to content

Commit bcc46cc

Browse files
committed
update
1 parent a9f33a3 commit bcc46cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Async/await http client using new concurrency model in Swift
22

3-
Network layer for creating different set of network requests like GET, POST, PUT, DELETE etc customizable with coders
3+
Network layer for creating different requests like GET, POST, PUT, DELETE etc customizable with coders
44

55
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FThe-Igor%2Fasync-http-client%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/The-Igor/async-http-client)
66
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FThe-Igor%2Fasync-http-client%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/The-Igor/async-http-client)

Sources/async-http-client/proxy/http/Http.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public struct Http{
8484
request.setValue(content, forHTTPHeaderField: "Content-Type")
8585
}
8686
}
87-
87+
8888
return request
8989
}
9090

0 commit comments

Comments
 (0)