We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Goal is to add support for Accept header with media vendor types. So bring one more REST API versioning strategy into aah web framework.
E.g.:
Access vendor and version info by-
ctx.Req.AcceptContentType.Version()
ctx.Req.AcceptContentType.Vendor()
The text was updated successfully, but these errors were encountered:
go-aah/aah#62 accept header vendor types support
344d862
It's done, yet to be released.
Sorry, something went wrong.
jeevatkm
No branches or pull requests
Goal is to add support for Accept header with media vendor types. So bring one more REST API versioning strategy into aah web framework.
E.g.:
Access vendor and version info by-
ctx.Req.AcceptContentType.Version()
ctx.Req.AcceptContentType.Vendor()
The text was updated successfully, but these errors were encountered: