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

mod_base: let controller_id accept an extension on the id for content negotation #3729

Merged
merged 3 commits into from Apr 18, 2024

Conversation

mworrell
Copy link
Member

@mworrell mworrell commented Apr 4, 2024

Description

This enables URLs like:

  • https://example.com/id/123.json
  • https://example.com/id/123.html

The extension is mapped to a mime type and replaces the accept header used for content negotiation.

Checklist

  • documentation updated
  • tests added
  • no BC breaks

@mworrell mworrell added this to the 1.0 milestone Apr 4, 2024
@robvandenbogaard robvandenbogaard merged commit 879ac38 into master Apr 18, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants