File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import Foundation
1010#if canImport(FoundationNetworking)
1111import FoundationNetworking
1212#endif
13- import HTTPTypes
13+ @ _exported import HTTPTypes
1414#if canImport(HTTPTypesFoundation)
1515import HTTPTypesFoundation
1616#endif
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import Foundation
99#if canImport(FoundationNetworking)
1010import FoundationNetworking
1111#endif
12- import HTTPTypes
12+ @ _exported import HTTPTypes
1313#if canImport(HTTPTypesFoundation)
1414import HTTPTypesFoundation
1515#endif
Original file line number Diff line number Diff line change 66// Copyright © 2015 PureSwift. All rights reserved.
77//
88
9- import HTTPTypes
9+ @ _exported import HTTPTypes
1010
1111/// HTTP Method
1212public typealias HTTPMethod = HTTPTypes . HTTPRequest . Method
You can’t perform that action at this time.
0 commit comments