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.
2 parents 16f35e5 + 03da672 commit 15a416cCopy full SHA for 15a416c
Sources/TinyNetworking/Endpoint.swift
@@ -1,4 +1,7 @@
1
import Foundation
2
+#if canImport(FoundationNetworking)
3
+import FoundationNetworking
4
+#endif
5
6
/// Built-in Content Types
7
public enum ContentType: String {
0 commit comments