-
Notifications
You must be signed in to change notification settings - Fork 935
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
Optimizing the interface of RestServer and RestClient #460
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #460 +/- ##
===========================================
- Coverage 66.83% 66.76% -0.07%
===========================================
Files 177 177
Lines 9359 9368 +9
===========================================
Hits 6255 6255
- Misses 2487 2495 +8
- Partials 617 618 +1
Continue to review full report at Codecov.
|
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.
Actually, the comments should start with the method name.
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.
Have you retest rest samples in dubbo-samples ? @Patrick0308
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.
LGTM
I remove the category of consumer's url. It test ok. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #460 +/- ##
===========================================
+ Coverage 66.83% 66.93% +0.10%
===========================================
Files 177 177
Lines 9359 9367 +8
===========================================
+ Hits 6255 6270 +15
+ Misses 2487 2479 -8
- Partials 617 618 +1 ☔ View full report in Codecov by Sentry. |
What this PR does:
To define RestServerRequest and RestServerResponse, make it very easy for users to implement RestServer interface.