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.
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
Routes entity page, router expressions, proxying #168
Routes entity page, router expressions, proxying #168
Changes from 30 commits
2d0e1ab
2804553
9a845e9
117daae
c3c8da6
ccbd48e
e9b3935
5a74da6
2bd7119
89adbb6
45b8d04
5cf9492
6c175ce
3aefeb7
3336680
1f69366
7165bbc
81e2355
34e2faa
586509d
e819205
1a1733d
990afc6
fc92c6f
c5eb4b1
318b8d6
4300032
1def049
5d27dfe
6adb293
3d090cf
847bb93
5f9074c
e0b7bc2
d03b20d
e6e72cf
446ab46
d9cc8f6
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a bit difficult to rephrase, because this is essentially the core of what Routes do in Kong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The upstream remains the same. They are simply accessing it via a different path. That is, if you go to
https://httpbin.org/anything
and compare it to the output ofhttp://localhost:8000/new-path
from this example, they are the same thing.