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

http: add http.createStaticServer #45096

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    318610e View commit details
    Browse the repository at this point in the history
  2. Add docs and parameters

    aduh95 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    77e0416 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1cb361 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Mohammed Keyvanzadeh <[email protected]>
    aduh95 and VoltrexKeyva committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ac549c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3b189f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6dbf4f View commit details
    Browse the repository at this point in the history
  7. s/Simple/Static/

    aduh95 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    bc6fd54 View commit details
    Browse the repository at this point in the history
  8. add mimeOverrides option

    aduh95 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    39dbb48 View commit details
    Browse the repository at this point in the history
  9. add serveDotFiles option

    aduh95 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c53b51e View commit details
    Browse the repository at this point in the history
  10. add filter option

    aduh95 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c394473 View commit details
    Browse the repository at this point in the history
  11. stream.promises.pipeline

    aduh95 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6502cbc View commit details
    Browse the repository at this point in the history
  12. add more validation

    aduh95 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9d408e7 View commit details
    Browse the repository at this point in the history
  13. Revert "stream.promises.pipeline"

    This reverts commit 6f5a4b5.
    aduh95 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9a9caa7 View commit details
    Browse the repository at this point in the history
  14. fixup! add more validation

    aduh95 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    bd9a6bd View commit details
    Browse the repository at this point in the history
  15. pass two args to filter

    aduh95 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a0c7864 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    20e3d86 View commit details
    Browse the repository at this point in the history
  17. add tests

    aduh95 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    98a5563 View commit details
    Browse the repository at this point in the history
  18. add fixtures files

    aduh95 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1259d43 View commit details
    Browse the repository at this point in the history
  19. lint

    aduh95 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f3d663d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    60d3f0b View commit details
    Browse the repository at this point in the history
  21. list missing features in docs

    aduh95 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    41fc901 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    47d2f8b View commit details
    Browse the repository at this point in the history
  23. Use 403 instead of 401

    aduh95 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    fa52ee0 View commit details
    Browse the repository at this point in the history
  24. fix type in docs

    aduh95 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    968efde View commit details
    Browse the repository at this point in the history
  25. remove http/static module

    aduh95 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5e018ef View commit details
    Browse the repository at this point in the history
  26. add line return

    aduh95 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3698f0c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d8ce4b3 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0c91db4 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7b40455 View commit details
    Browse the repository at this point in the history
  30. liint + .json

    aduh95 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0bc9f5e View commit details
    Browse the repository at this point in the history
  31. Apply suggestions from code review

    Co-authored-by: Michaël Zasso <[email protected]>
    Co-authored-by: Tobias Nießen <[email protected]>
    3 people committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    29257f9 View commit details
    Browse the repository at this point in the history
  32. fix failing test

    aduh95 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a5ea0d7 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    c1e6869 View commit details
    Browse the repository at this point in the history
  34. fix lint

    aduh95 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    2e63aba View commit details
    Browse the repository at this point in the history