Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OR-5273 Networking:: Codable support #127

Merged
merged 2 commits into from
Aug 12, 2023
Merged

OR-5273 Networking:: Codable support #127

merged 2 commits into from
Aug 12, 2023

Conversation

crazymanish
Copy link
Owner

@crazymanish crazymanish commented Aug 12, 2023

Context

URLSession extensions

URLSession is the recommended way to perform network data transfer tasks. It offers a modern asynchronous API with powerful configuration options and fully transparent backgrounding support. It supports a variety of operations such as:

  • Data transfer tasks to retrieve the content of a URL.
  • Download tasks to retrieve the content of a URL and save it to a file.
  • Upload tasks to upload files and data to a URL.
  • Stream tasks to stream data between two parties.
  • Websocket tasks to connect to websockets.

Combine extension

  • Out of these, only the first one, data transfer tasks, exposes a Combine publisher.
  • Combine handles these tasks using a single API with two variants,

In this PR

@crazymanish crazymanish linked an issue Aug 12, 2023 that may be closed by this pull request
@crazymanish crazymanish merged commit 92addeb into main Aug 12, 2023
@crazymanish crazymanish deleted the OR-5273 branch August 12, 2023 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[w27(2july-8july)] Networking: Codable support
1 participant