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

added http request handler #2550

Merged
merged 24 commits into from
Jun 18, 2024
Merged

added http request handler #2550

merged 24 commits into from
Jun 18, 2024

Commits on Jun 15, 2024

  1. added http request handler

    imolorhe committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    1cf16c4 View commit details
    Browse the repository at this point in the history
  2. added support for chunked data in http request handler

    added bar loading indicator
    imolorhe committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    6a1d7e1 View commit details
    Browse the repository at this point in the history
  3. response stream handling

    imolorhe committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    880bd96 View commit details
    Browse the repository at this point in the history
  4. support multiple responses

    imolorhe committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    780c555 View commit details
    Browse the repository at this point in the history
  5. use request handler instead of subscription providers

    cleaned up subscription provider based logic
    imolorhe committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    07c0e17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99fa8b3 View commit details
    Browse the repository at this point in the history
  7. delete loader component

    imolorhe committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    9c2cb40 View commit details
    Browse the repository at this point in the history
  8. added support for older incremental payload format

    some additional refactor
    imolorhe committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    53ea7ea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b418b61 View commit details
    Browse the repository at this point in the history
  10. fixed existing tests

    imolorhe committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    37d6286 View commit details
    Browse the repository at this point in the history
  11. fix core config type error

    imolorhe committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    aa352f7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    647826f View commit details
    Browse the repository at this point in the history
  13. cleanups

    imolorhe committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    8842b29 View commit details
    Browse the repository at this point in the history
  14. cleanup css

    imolorhe committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    8d640b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. added more tests

    imolorhe committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    6be8b6f View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. updated window service

    imolorhe committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ca7f299 View commit details
    Browse the repository at this point in the history
  2. ame generateCurl optional

    imolorhe committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    6e6754e View commit details
    Browse the repository at this point in the history
  3. added http handler tests

    imolorhe committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e53b690 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. updated http handler tests

    imolorhe committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b9b3d80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7aed97a View commit details
    Browse the repository at this point in the history
  3. cleanups

    imolorhe committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8c7777b View commit details
    Browse the repository at this point in the history
  4. additional cleanups

    imolorhe committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7addf3b View commit details
    Browse the repository at this point in the history
  5. updated docs

    imolorhe committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1357f23 View commit details
    Browse the repository at this point in the history
  6. added test server

    imolorhe committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    78efade View commit details
    Browse the repository at this point in the history