Skip to content

Conversation

@wtygibbs
Copy link
Contributor

@wtygibbs wtygibbs commented Jul 29, 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 regarding this, it is my first PR.

@wtygibbs
Copy link
Contributor Author

wtygibbs commented Aug 1, 2024

Although it worked for my use-case, I don't like my use of dynamic to check for the Location property and there were other things I missed. I'll open a new PR with a better solution.

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

1 participant