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 req_perform_open, which makes resp$body the underlying stream #521

Merged
merged 27 commits into from
Aug 28, 2024

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    2a4c969 View commit details
    Browse the repository at this point in the history
  2. Remove unneeded argument

    jcheng5 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6c82cef View commit details
    Browse the repository at this point in the history
  3. You might want blocking

    blocking = TRUE greatly simplifies cases where you don't have better
    things to do while you're waiting (i.e. most R use cases that are
    not Shiny or plumber?)
    jcheng5 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5755169 View commit details
    Browse the repository at this point in the history
  4. Rename function

    Co-authored-by: Hadley Wickham <[email protected]>
    jcheng5 and hadley authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    bfc60f8 View commit details
    Browse the repository at this point in the history
  5. Roxygenize

    jcheng5 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    2b4fa0c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Add SSE parsing logic

    jcheng5 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5de36ac View commit details
    Browse the repository at this point in the history
  2. Export read_sse

    jcheng5 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2d3b781 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f87ea2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db4b951 View commit details
    Browse the repository at this point in the history
  5. Fix docs

    hadley committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    04fb722 View commit details
    Browse the repository at this point in the history
  6. Plumbing in more pieces

    hadley committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7a6a5d3 View commit details
    Browse the repository at this point in the history
  7. Improve docs

    hadley committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ad0ec7d View commit details
    Browse the repository at this point in the history
  8. More testing

    hadley committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    cf05cfa View commit details
    Browse the repository at this point in the history
  9. Test print method

    hadley committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5ef0975 View commit details
    Browse the repository at this point in the history
  10. Minor polishing

    hadley committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a27c564 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7661abe View commit details
    Browse the repository at this point in the history
  12. Add retries

    hadley committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4b06b82 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    13259c7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1fb062a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bd94cc3 View commit details
    Browse the repository at this point in the history
  16. Make close idempotent

    hadley committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6f36858 View commit details
    Browse the repository at this point in the history
  17. Add tests for streaming sse

    hadley committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    66b4d43 View commit details
    Browse the repository at this point in the history
  18. Tweak text mode setup

    hadley committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    70f06b7 View commit details
    Browse the repository at this point in the history
  19. Add news bullet

    hadley committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    099657d View commit details
    Browse the repository at this point in the history
  20. Update docs

    hadley committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8c12978 View commit details
    Browse the repository at this point in the history
  21. Add an example

    hadley committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6e23b14 View commit details
    Browse the repository at this point in the history
  22. Need to skip webfakes on covr

    hadley committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c5be167 View commit details
    Browse the repository at this point in the history