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

Support JSON variants #2572

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Dec 31, 2023

  1. Support JSON variants

    There are a number of JSON variants out there.  For example
    the external-dns operator uses the content-type
    'application/external.dns.webhook+json;version=1'.  This
    is really just JSON, it just specifies the schema being used.
    
    This change will allow echo to bind to data of this content
    type.
    lyda committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    e4c67a8 View commit details
    Browse the repository at this point in the history