File tree Expand file tree Collapse file tree 4 files changed +52
-0
lines changed
Tests/HTTPServerTests/Utilities Expand file tree Collapse file tree 4 files changed +52
-0
lines changed Original file line number Diff line number Diff line change 1+ //===----------------------------------------------------------------------===//
2+ //
3+ // This source file is part of the Swift HTTP Server open source project
4+ //
5+ // Copyright (c) 2025 Apple Inc. and the Swift HTTP Server project authors
6+ // Licensed under Apache License v2.0
7+ //
8+ // See LICENSE.txt for license information
9+ //
10+ // SPDX-License-Identifier: Apache-2.0
11+ //
12+ //===----------------------------------------------------------------------===//
13+
114import NIOSSL
215import SwiftASN1
316import X509
Original file line number Diff line number Diff line change 1+ //===----------------------------------------------------------------------===//
2+ //
3+ // This source file is part of the Swift HTTP Server open source project
4+ //
5+ // Copyright (c) 2025 Apple Inc. and the Swift HTTP Server project authors
6+ // Licensed under Apache License v2.0
7+ //
8+ // See LICENSE.txt for license information
9+ //
10+ // SPDX-License-Identifier: Apache-2.0
11+ //
12+ //===----------------------------------------------------------------------===//
13+
114import Crypto
215import Foundation
316import X509
Original file line number Diff line number Diff line change 1+ //===----------------------------------------------------------------------===//
2+ //
3+ // This source file is part of the Swift HTTP Server open source project
4+ //
5+ // Copyright (c) 2025 Apple Inc. and the Swift HTTP Server project authors
6+ // Licensed under Apache License v2.0
7+ //
8+ // See LICENSE.txt for license information
9+ //
10+ // SPDX-License-Identifier: Apache-2.0
11+ //
12+ //===----------------------------------------------------------------------===//
13+
114import NIOCore
215import NIOHTTPTypes
316import NIOHTTPTypesHTTP1
Original file line number Diff line number Diff line change 1+ //===----------------------------------------------------------------------===//
2+ //
3+ // This source file is part of the Swift HTTP Server open source project
4+ //
5+ // Copyright (c) 2025 Apple Inc. and the Swift HTTP Server project authors
6+ // Licensed under Apache License v2.0
7+ //
8+ // See LICENSE.txt for license information
9+ //
10+ // SPDX-License-Identifier: Apache-2.0
11+ //
12+ //===----------------------------------------------------------------------===//
13+
114@testable import HTTPServer
215
316extension HTTPServer . SocketAddress {
You can’t perform that action at this time.
0 commit comments