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

Remove body from HttpLike #16

Merged
merged 3 commits into from
Sep 16, 2022
Merged

Remove body from HttpLike #16

merged 3 commits into from
Sep 16, 2022

Commits on Sep 16, 2022

  1. Optimise lock file

    dhensby committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    9050952 View commit details
    Browse the repository at this point in the history
  2. Add lint:fix command

    dhensby committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    fecb7b1 View commit details
    Browse the repository at this point in the history
  3. Remove body from HttpLike type

    There is no need for the body prop as signatures are not concerned with the body of the request.
    All data required for signing/verifying http-signatures are based in the request line and headers.
    dhensby committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    d230253 View commit details
    Browse the repository at this point in the history