Provide url inspection/manipulation API via SetUrlManager#8
Open
mgravell wants to merge 15 commits intoemmettnicholas:masterfrom
Open
Provide url inspection/manipulation API via SetUrlManager#8mgravell wants to merge 15 commits intoemmettnicholas:masterfrom
mgravell wants to merge 15 commits intoemmettnicholas:masterfrom
Conversation
Owner
|
Looks good, but would there be any reason for someone to need this, outside of internal SE use cases? Also, I spoke briefly with Craver about having SE take over this repo (+ nuget) package. Maybe we should move ahead with that, rather than relying on pull reqs |
Author
|
Genuinely, I don't know if anyone else would need it, except perhaps for logging purposes. More than happy to drag the project into the SE name - that's all up to you, though. We have a StackExchange github account (I wonder if we should create a StackExchange nuget account too) |
…ier, so that the tweaked url is shown in response.ApiUrl; rev build numbers
Author
|
Note update re user-agent |
I'm having to run "Debug T4 template" due to this issue: https://developercommunity.visualstudio.com/t/cannot-run-t4-tt-files/398656 Not sure how to resolve that.
Target netstandard2.0 and modernize
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Re-submission of previous API change, but with much cleaner implementation, and without writing in the code-gen'd files. The intent here is to provide an API that we can use to re-route stacman traffic to a different domain to avoid network traversals - but provided in a way that allows general purpose url inspection.