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

ok_http: Add BaseClient Implementation and make asynchronous requests. #1215

Merged
merged 15 commits into from
May 31, 2024

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    1681e8b View commit details
    Browse the repository at this point in the history
  2. ignore pkgs/ok_http/jar/

    Anikate-De committed May 29, 2024
    Configuration menu
    Copy the full SHA
    546b1e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bd9c19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c07e573 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    891db53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d005de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    781ed6c View commit details
    Browse the repository at this point in the history
  8. add okhttp dependency to pkgs/ok_http/android/build.gradle and bump u…

    …p kotlin version in pkgs/ok_http/example/android/settings.gradle
    Anikate-De committed May 29, 2024
    Configuration menu
    Copy the full SHA
    6f7d32d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    df99b97 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    81aba8a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    037a96c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8133bed View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    bae6f5c View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. pkgs/ok_http: dart-lang#1215 review fixes

    fixed comments
    run individual tests that pass
    
    Co-authored-by: Brian Quinlan <[email protected]>
    Anikate-De and brianquinlan committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d005a72 View commit details
    Browse the repository at this point in the history
  2. [pkgs/ok_http]: Review fixes for dart-lang#1215

    encapsulate only responseBody reading in try block and mark as blocking call
    
    Co-authored-by: Brian Quinlan <[email protected]>
    Anikate-De and brianquinlan committed May 31, 2024
    Configuration menu
    Copy the full SHA
    f2eb9f3 View commit details
    Browse the repository at this point in the history