Skip to content

Craz1k0ek/HTTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Networking

HTTP hero image

Overview

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:

HTTP

Contains core functionality to create your own network stack.

HTTPExtra

Several useful network utilities and wrappers using the HTTP target.

License

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.

Versioning

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);