Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustyniak committed Jun 23, 2022
1 parent 2ff4fb6 commit 6746393
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/swift/HeadersBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public class HeadersBuilder: NSObject {

private var _headers: [String: KeyValuesPair]

/// Creates headers map.
func headers() -> [String: [String]] {
return Dictionary(uniqueKeysWithValues: self._headers.map { _, value in
return (value.key, value.values)
Expand Down

0 comments on commit 6746393

Please sign in to comment.