The Networking package is created to improve the way HTTP calls are made using Swift, and to support a more protocol oriented approach to networking. The package contains multiple targets:
Contains core functionality to create your own network stack.
Several useful network utilities and wrappers using the HTTP target.
This package is licensed under the Apache License, Version 2.0 (the "License"); you may not use this package except in compliance with the License. You may obtain a copy of the License at Apache.
Unless required by applicable law or agreed to in writing, this package is distributed under the License 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.
The Networking packages follows SemVer 2.0.0. Any symbol beginning with an underscore, and any product beginning with an underscore, is not subject to semantic versioning: these APIs may change without warning.
background-color: rgb(201, 210, 209);