Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Honour expose property of http-errors #138

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 18, 2022

  1. chore: rename data builder functions for accuracy

    Signed-off-by: getsnoopy <youcangetsnoopy+git@gmail.com>
    getsnoopy committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    2f6144e View commit details
    Browse the repository at this point in the history
  2. feat: honour "expose" property of http-errors

    This commit adds support for the "expose" property used by the
    http-errors module, which allows developers to explicitly signal the
    error message to be passed to the HTTP response for errors. This is
    useful for certain errors (e.g., those with status code >=500) where the
    original error message is otherwise suppressed by default.
    
    Resolves: loopbackio#78
    Signed-off-by: getsnoopy <youcangetsnoopy+git@gmail.com>
    getsnoopy committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    613a7ff View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

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