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

feat: Add H2 support #2061

Merged
merged 58 commits into from
Sep 8, 2023
Merged

feat: Add H2 support #2061

merged 58 commits into from
Sep 8, 2023

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    c635305 View commit details
    Browse the repository at this point in the history
  2. fix: linting errors

    metcoder95 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    0a383ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e83ff26 View commit details
    Browse the repository at this point in the history
  4. test: add testing for h2

    metcoder95 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    4360f97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    385a540 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4da1170 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    690194e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c3825e View commit details
    Browse the repository at this point in the history
  9. feat: support 100 continue

    metcoder95 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    73ab219 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ca5855e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    69e093b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2c5a583 View commit details
    Browse the repository at this point in the history
  13. refactor: cleanup

    metcoder95 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    5e4dae1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3b9b6b6 View commit details
    Browse the repository at this point in the history
  15. refactor: body write

    metcoder95 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    7d27bf6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    986d5ea View commit details
    Browse the repository at this point in the history
  17. fix: bad check for headers

    metcoder95 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    add512b View commit details
    Browse the repository at this point in the history
  18. fix: bad change

    metcoder95 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    4ad0eb0 View commit details
    Browse the repository at this point in the history
  19. chore: add http2 alpn test (#34)

    * chore: add http2 alpn test using fastify
    
    * chore: update to test https 1 with http2
    
    * chore: update alpn test to return server request alpn protocol and http version
    
    * chore: add alpn with body
    
    * fix: remove fastify from package json
    mkaufmaner authored and metcoder95 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    d0d9a0a View commit details
    Browse the repository at this point in the history
  20. refactor: remove leftover

    metcoder95 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    0da1933 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    916d62e View commit details
    Browse the repository at this point in the history
  22. feat(h2): support connect

    metcoder95 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    625b008 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    55d4a56 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d909fd7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e67372e View commit details
    Browse the repository at this point in the history
  26. test: ensure upgrade fails

    metcoder95 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    1919c25 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0475988 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    00187b7 View commit details
    Browse the repository at this point in the history
  29. fix: linting

    metcoder95 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    c18c6bf View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4758fc2 View commit details
    Browse the repository at this point in the history
  31. refactor; use h2 constants

    metcoder95 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    cae8657 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    d9ea2cf View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    bb83cdf View commit details
    Browse the repository at this point in the history
  34. chore: http/2 benchmark (#35)

    Co-authored-by: Carlos Fuentes <me@metcoder.dev>
    mkaufmaner and metcoder95 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    ff52023 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    5b7f6f5 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    a8d2665 View commit details
    Browse the repository at this point in the history
  37. refactor: headers handling

    metcoder95 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    0cadb9f View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    c89c003 View commit details
    Browse the repository at this point in the history
  39. fix: lint

    metcoder95 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    d72aa31 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    16e1334 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    92be000 View commit details
    Browse the repository at this point in the history
  42. feat: enhance h2 for fetch

    metcoder95 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    837e629 View commit details
    Browse the repository at this point in the history
  43. refactor: apply review suggestions

    Co-authored-by: Robert Nagy <ronagy@icloud.com>
    metcoder95 and ronag committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    bf2383f View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    5908efc View commit details
    Browse the repository at this point in the history
  45. fix: linting

    metcoder95 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    efa11b9 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    4d5b3ca View commit details
    Browse the repository at this point in the history
  47. test: adjust testing

    metcoder95 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    e1b794c View commit details
    Browse the repository at this point in the history
  48. feat: buil factory

    metcoder95 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    4bbd684 View commit details
    Browse the repository at this point in the history
  49. fix: rebase

    metcoder95 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    d27be8a View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    37c73ba View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    224c26e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    904f334 View commit details
    Browse the repository at this point in the history
  3. test: refactor suite

    metcoder95 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    bbd1ffe View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

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

Commits on Aug 25, 2023

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

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    75f6a2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0a9667 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

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