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

Add support for HttpStatusCode: Created to the ResultStatus mapping #198

Merged
merged 3 commits into from
Sep 11, 2024

Conversation

wtygibbs
Copy link
Contributor

@wtygibbs wtygibbs commented Aug 1, 2024

Fixes #196

An assumption I made for setting the location header is that we could allow users to only define a relative location by deriving the base URL from the controller that is calling .ToActionResult on the Created result.

Is this OK or do you think we ought to allow them to specify the entire URL, or both?

Sorry If I've overlooked anything on this, it is my first second PR.

Old PR: #197

@ardalis ardalis merged commit ed54e92 into ardalis:main Sep 11, 2024
1 check failed
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.

Add support for HttpStatusCode: Created to the ResultStatus mapping
3 participants