Преглед изворни кода

Create new HTTP2 transport modules (#1757)

Gustavo Cairo пре 2 година
родитељ
комит
1991c125bc

+ 1 - 0
Sources/GRPCHTTP2Core/README.md

@@ -0,0 +1 @@
+# gRPC HTTP2 Core

+ 1 - 0
Sources/GRPCHTTP2TransportNIOPosix/README.md

@@ -0,0 +1 @@
+# gRPC HTTP2 Transport NIO POSIX

+ 1 - 0
Sources/GRPCHTTP2TransportNIOTransportServices/README.md

@@ -0,0 +1 @@
+# gRPC HTTP2 Transport NIO Transport Services

+ 17 - 0
Tests/GRPCHTTP2CoreTests/GRPCHTTP2CoreTests.swift

@@ -0,0 +1,17 @@
+/*
+ * Copyright 2024, gRPC Authors All rights reserved.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+// Add tests to this package.