-
Notifications
You must be signed in to change notification settings - Fork 546
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
optimize: support SetCustomFormValueFunc to define custom ctx.FormValue #473
optimize: support SetCustomFormValueFunc to define custom ctx.FormValue #473
Conversation
Codecov ReportBase: 69.65% // Head: 69.64% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #473 +/- ##
===========================================
- Coverage 69.65% 69.64% -0.02%
===========================================
Files 93 93
Lines 8736 8752 +16
===========================================
+ Hits 6085 6095 +10
- Misses 2290 2296 +6
Partials 361 361
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
e7e447e
to
1b12633
Compare
1b12633
to
c4661df
Compare
Conclusion: Use engine.Set*** configuration. |
45a2253
to
58201a0
Compare
58201a0
to
efdefa2
Compare
efdefa2
to
437149e
Compare
437149e
to
9d0abe4
Compare
What type of PR is this?
optimize
Check the PR title.
(Optional) Translate the PR title into Chinese.
支持 SetCustomFormValueFunc 用于自定义 ctx.FormValue 函数,内部库提供类似 net/http 的实现。
Which issue(s) this PR fixes: