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

Replace app.render with server.respond #33

Merged
merged 6 commits into from
Feb 26, 2022

Commits on Feb 18, 2022

  1. Render responses as Uint8Array instead of strings (#1)

    * set isRaw in context.res
    * set body to value from arrayBuffer() instead of text()
    jzylks authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    d709a78 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    e8fae7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1b75af View commit details
    Browse the repository at this point in the history
  3. Update types, set peerDep

    geoffrich committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    b3d82d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

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