Skip to content

Commit e672d73

Browse files
committed
Export HTTPTypes library
1 parent a032bdc commit e672d73

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Sources/HTTP/Client.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010
#if canImport(FoundationNetworking)
1111
import FoundationNetworking
1212
#endif
13-
import HTTPTypes
13+
@_exported import HTTPTypes
1414
#if canImport(HTTPTypesFoundation)
1515
import HTTPTypesFoundation
1616
#endif

Sources/HTTP/Header.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Foundation
99
#if canImport(FoundationNetworking)
1010
import FoundationNetworking
1111
#endif
12-
import HTTPTypes
12+
@_exported import HTTPTypes
1313
#if canImport(HTTPTypesFoundation)
1414
import HTTPTypesFoundation
1515
#endif

Sources/HTTP/Method.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2015 PureSwift. All rights reserved.
77
//
88

9-
import HTTPTypes
9+
@_exported import HTTPTypes
1010

1111
/// HTTP Method
1212
public typealias HTTPMethod = HTTPTypes.HTTPRequest.Method

0 commit comments

Comments
 (0)