We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142d6c7 commit 4f498ebCopy full SHA for 4f498eb
Source/LDSwiftEventSource.swift
@@ -8,7 +8,7 @@ import FoundationNetworking
8
import os.log
9
#endif
10
11
-typealias HeaderTransform = ([String: String]) -> [String: String]
+public typealias HeaderTransform = ([String: String]) -> [String: String]
12
13
public class EventSource {
14
private let esDelegate: EventSourceDelegate
0 commit comments