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

Add ResumableTask to URLSessionImplementations.mustache #18438

Merged

Commits on Apr 19, 2024

  1. Add ResumableTask to URLSessionImplementations.mustache

    - Makes it testable
    - Implementations can return something _other_ than a URLSessionDataTask if they want to implement another request format (sockets maybe?)
    - Default implementation for `URLSession` provided
    welshm-ideogram authored and welshm-ideogram committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e5caee4 View commit details
    Browse the repository at this point in the history
  2. Regenerate examples

    welshm authored and welshm committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    bec2691 View commit details
    Browse the repository at this point in the history
  3. Add more properties and rename to CancelableResumableTask

    welshm authored and welshm committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    c9d0b03 View commit details
    Browse the repository at this point in the history
  4. Regen samples

    welshm authored and welshm committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    92d4081 View commit details
    Browse the repository at this point in the history
  5. Rename missed reference

    welshm authored and welshm committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    24a02a4 View commit details
    Browse the repository at this point in the history
  6. Missed some generated classes somehow

    welshm authored and welshm committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    60c068c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Rename from CancellableResumableTask to URLSessionDataTaskProtocol

    Rename from `resumableTask` to `dataTaskFromProtocol`
    welshm committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    892c17e View commit details
    Browse the repository at this point in the history