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 674f665 commit 5397199Copy full SHA for 5397199
Sources/Edge/Edge.swift
@@ -10,3 +10,4 @@
10
@_exported import IOStream
11
@_exported import TCP
12
@_exported import RunLoop
13
+@_exported import HTTP
Sources/HTTP/ClientConnection.swift
@@ -42,7 +42,7 @@ public final class ClientConnection {
42
}
43
44
45
- func write(_ response: Response) {
+ public func write(_ response: Response) {
46
socket.write(buffer: response.serialized).start()
47
48
0 commit comments