-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[FEATURE REQUEST] - Add RedirectToRoute and RedirectBack #1750
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
Merged
Merged
Changes from 29 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
ae0cc9a
Merge pull request #4 from gofiber/master
sujit-baniya 744fbe2
Merge branch 'gofiber:master' into master
sujit-baniya 75b5c18
Merge branch 'gofiber:master' into master
sujit-baniya 5a81a51
Add Global Layout for view render
sujit-baniya 2437d8f
Add test case for Views Layout
sujit-baniya 6f4f14f
Update ctx_test.go
ReneWerner87 3812595
Merge branch 'gofiber:master' into master
sujit-baniya 27a01e7
Merge branch 'gofiber:master' into master
sujit-baniya 2f05a64
Merge branch 'gofiber:master' into master
sujit-baniya ad8b4f9
Add App Name function to pass custom app name
sujit-baniya 5b6e866
Remove json tag for function
sujit-baniya 3ee7557
Change func to string
sujit-baniya 1c6e102
Add test for AppName
sujit-baniya 5dddb64
Merge branch 'master' into master
ReneWerner87 86ef9ce
Merge branch 'gofiber:master' into master
sujit-baniya 3a367be
Merge branch 'gofiber:master' into master
sujit-baniya a5f6791
Add RedirectToRoute and RedirectBack with fallback if referer in head…
sujit-baniya 82873c8
replace errors.New with fmt.Errorf
sujit-baniya 8e8d92e
simplified code
sujit-baniya 0215512
Add tests for different formats
sujit-baniya 9013dc5
Add method to get route location and add benchmarks
sujit-baniya e716d23
Add ToString function
sujit-baniya d694752
Fix error
sujit-baniya 05dd7ba
rearrange case for fmt.Stringer
sujit-baniya a9bc1f6
Fix bug for error return
sujit-baniya 9c6a15d
Merge branch 'gofiber:master' into master
sujit-baniya 3075c02
Lock latest route for app.Name(namee string)
sujit-baniya 81455f0
Merge remote-tracking branch 'origin/master'
sujit-baniya 245148e
decreasing timeout for client test with timeout
sujit-baniya 4591b66
remove println and adjust condition to > 0
sujit-baniya File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.