Skip to content

Commit

Permalink
Reexport HTTPTypes from HTTPTypesFoundation
Browse files Browse the repository at this point in the history
  • Loading branch information
guoye-zhang committed Dec 16, 2024
1 parent 67ca7f3 commit 561103a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
15 changes: 15 additions & 0 deletions Sources/HTTPTypesFoundation/HTTPTypesFoundation.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
//===----------------------------------------------------------------------===//
//
// This source file is part of the Swift open source project
//
// Copyright (c) 2024 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
// See CONTRIBUTORS.txt for the list of Swift project authors
//
// SPDX-License-Identifier: Apache-2.0
//
//===----------------------------------------------------------------------===//

@_exported import HTTPTypes
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
//
//===----------------------------------------------------------------------===//

import HTTPTypes
import HTTPTypesFoundation
import XCTest

Expand Down

0 comments on commit 561103a

Please sign in to comment.